Programatically Shutdown Web Application

by using this static method we can shutdown our web application. Maybe it is not so useful, but we should know…

//Terminates the current application, it restarts next time it is requested.
System.Web.HttpRuntime.UnloadAppDomain();

msdn

  • Facebook
  • Twitter
  • StumbleUpon
  • del.icio.us
  • Digg

Category: Asp.Net - Comment »


Leave a Reply



Back to top