Need to restart ASP.NET application from within the application itself

  • Thread starter Thread starter Vyacheslav Lanovets
  • Start date Start date
V

Vyacheslav Lanovets

Is there any solution or hack to restart the ASP.Net application if I don't
have any access to IIS/Server

Regards, Vyacheslav
 
Vyacheslav said:
Is there any solution or hack to restart the ASP.Net application if I
don't have any access to IIS/Server

Regards, Vyacheslav

As a hack: try changing the "last modified date" of web.config.
The webapp thinks that file has been changed, and restarts.

Hans Kesting
 
You don't need to do that.
ASP.NET applications restart by themselves if needed.



Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================
 

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