Application Restart

  • Thread starter Thread starter Janet
  • Start date Start date
J

Janet

Hi,

I've used the Application_Start() to load some codes onto the Web Server.
However, I need to reboot my machine every time if I've added some codes to
the database, and for it to load up to the Web server.

In VS.NET 2003, I can simple remove the compiled files fin /bin then the
Application_Start() will execute. Is there a way for me to force the
Application_Start() to run in VS.NET 2005?

Any help will be greatly appreciated.

Thank you.

Regards,
Janet
 
Open web.config in any text editor (i.e. notepad) do not change anything,
save it. Done.

Hope this helps
 
Back
Top