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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top