How to disable website for maintenance

Martin Dobsicek asked on January 23, 2010 11:55

How to disable website for maintenance

Correct Answer

Martin Dobsicek answered on January 23, 2010 11:55

You can add HTML file with following name into root of project folder: app_offline.htm

All requests will be automatically redirected to this file then (it's general .NET functionality). You can optionally add some 'site under maintenance' text/image into this file.

0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.