This application is currently offline

Posted by Srinu0411 under Regular Expressions on 2/5/2010 | Views : 15261 | Status : [Member] | Replies : 3
hi

i dowwloaded Hat project from ur site but when iam running iam getting following erroe

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

i secrched in google.in one site i found it is because of app_offline.htm.

i opened HAT Project in .net3.5 but i not found that file.
how to solve that problem and for what reasion it is comming

kaja srinivas


Responses

Posted by: Webmaster on: 2/5/2010 [Administrator] HonoraryPlatinum

Up
0
Down
We have downloaded the file and tried opening and running it in Visual Studio 2008 and its working fine.

I would suggest to unzip it again, open in the Visual Studio and run it. It should work.

Please also read the ReamMe.txt file before running the website demo project.

Thank you.

Regards,
Webmaster

Best regards,
Webmaster
http://www.dotnetfunda.com

Srinu0411, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Vuyiswamb on: 2/5/2010 [Member] [MVP] [Administrator] NotApplicable

Up
0
Down
Good Day Srinu0411

Open the Project and you will see there is a file app_offline.htm on the root of your project. Remove itand build the Project and run it again. its a simple common thing.

Thank you for posting at Dotnetfunda

Vuyiswa Maseko

Thank you for posting at Dotnetfunda
[Administrator]

Srinu0411, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Nishithraj on: 2/24/2010 [Member] Bronze

Up
0
Down
We can take an ASP.NET 2.0 application offline temporarily by uploading a file called App_Offline.htm. It will spin down the appdomain and redirect all requests to that page.

Basically, if you place a file with this name in the root of a web application directory, ASP.NET 2.0 will shut-down the application, unload the application domain from the server, and stop processing any new incoming requests for that application. ASP.NET will also then respond to all requests for dynamic pages in the application by sending back the content of the app_offline.htm file (for example: you might want to have a "site under construction??? or "down for maintenance??? message).


So remove that files from the directory to make it work

Mark this as answer, if it is.....

With regards
Nishithraj Narayanan

Srinu0411, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response