Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Manually Restart ASP.NET App

Status
Not open for further replies.

Hexonx

Programmer
Jan 10, 2001
102
0
0
US
Anyone know of a way to manually restart an ASP.NET application without bouncing the server? The best I've seen so far is to "touch" the web.config file of the application.
 
That's also the best way I've found.

And BTW, at a conference, Rob Howard (project lead on ASP.NET) restarted the asp.net website by doing that exact thing, so I'd say it's a pretty solid way to do it.
penny1.gif
penny1.gif

The answer to getting answered -- faq855-2992
 
Interesting concept. Could one of you define "touching" web.config?

Thanks!

Kevin B.
.Net Programmer [thumbsup]
 
Making framework think that it has been changed. Open it save it

Something like that That'l do donkey, that'l do
[bravo] Mark
If you are unsure of forum etiquette check here faq796-2540
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top