Self Restart ASP.NET Application?

  • Thread starter Thread starter poi
  • Start date Start date
P

poi

In the global.asax, several resources need to be refreshed on a
semi-regular basis. How can an application restart itself without any
admin or user intervention?

Thanks.
 
Agreed. Look into ASP.NET caching.

But if you really want to "restart" your application, you could write a
windows service to do that...
 
Back
Top