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

Articles

 

 

Tips and Tricks

 


 

How to take Web application offline

Print version  

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: 6/30/2008 9:44 PM
Views: 173
Votes: 2
Rating: 1.50 Points from 1.50 Points

Your Rating:
bookmark this
 

There is no comment for this topic.

Language:

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