En  Fa
Discovering: Tips & Tricks  > Web Development  > ASP.NET  > How to take Web application offline
 
 

How to take Web application offline

   

How to take Web application offline

To take an ASP.NET web application offline

  1. Create a file called app_offline.htm and put it in the root of your web site.
  2. Put a message in app_offline.htm file about web site offline reasons.
  3. While the App_offline.htm file exists, content of this file will seen instead of original contents.

After this change, the application domain will restarts.

Important

Remember to remove the app_offline.htm file when your works finished.
 

Details
      
Writer: Salar Khalilzadeh
Date Sent: 9/28/2008 9:44 PM
Views: 701
Votes: 4
Rating:   from 3.00 Points

Your Rating:

bookmark this
 

There is no comment for this topic.
Language:

Copyright © 2009 SoftProjects.org | About | Valid XHTML | CSS