Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

This application is currently offline. To enable the application, remove the app_offline.htm file from the application root directory

Tags:

asp.net-2.0

can any body suggest me how to remove the app_offline.htm file from application root directory in asp.net web application.when i run the page it doesnt show the design of html source

like image 907
user544877 Avatar asked Dec 21 '10 08:12

user544877


1 Answers

  1. Go to Visual Studio 05/08 and open the solution explorer.
  2. In the root folder there should be a folder named "App_offline.html". Right click on it and delete it.
  3. Re-open Visual Studio and you should be able to browse your page.
like image 75
santosh pandey Avatar answered Sep 20 '22 02:09

santosh pandey