How to stop a asp.net system with a hidden procedure? I mean stop the system in a specific coming date with a some technique that can't been discovered even when debugging made.
Hi alihusain_77,
You can try task scheduler or windows service for scheduled tasks if you have admin access on server :
http://www.beansoftware.com/ASP.NET-Tutorials/Task-Scheduler-Windows-Service.aspx
If you want to implement scheduled tasks in ASP.NET web application , you can try Quartz.net :
https://www.mikesdotnetting.com/article/254/scheduled-tasks-in-asp-net-with-quartz-net
Best Regards,
Nan Yu