Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
4answers
6k views

ASP.NET 2.0 - How to use app_offline.htm

I've read about the app_offline.htm file which can be placed within the root of a .NET 2.0 application which will in essence shut down the application and disable any other pages from being requested. ...
7
votes
4answers
391 views

What are suggested alternatives to the often broken app_offline.htm hack?

In quite some scenario's, placing app_offline.htm in the root is just right: you do some updates, the message appears while updating, and that's that. The idea is, as Microsoft puts it, that before ...
7
votes
2answers
340 views

Ignore file from delete during WebDeploy

I'm using TeamCity to build and deploy a collection of MVC Applications via msbuild and WebDeploy. In a step previous to my solution build/deploy, I copy an app_offline.htm to the deploy directory so ...
7
votes
3answers
410 views

App_offline.htm created/deleted whenever I check out a file in TFS

I have an AJAX-heavy ASP.NET web application developed using .NET 4.0, using TFS as our source control. We recently upgraded our dev tools to use VS2010 and TFS 2010 exclusively, but now every time a ...
7
votes
2answers
599 views

Why is App_Offline failing to work as soon as you it starts loading dlls?

Could anyone please help me with this. On the production site app_offline.htm works only till you start uploading dlls. As soon as you start uploading dlls it throws following error"Could not load ...
6
votes
5answers
2k views

Custom app_offline.htm file during publish

When I publish my ASP.NET MVC application it generates a app_offline.htm file to take the site offline while it updates the website and then deletes the file once the publish is successful. This is ...
6
votes
2answers
953 views

Why does app_offline.htm keep appearing in my web project?

I regularly (every few days or so) publish my ASP.NET web project to the local web server. But the weirdest thing keeps happening... a file called "app_offline.htm" keeps appearing, unbidden, in my ...
4
votes
6answers
841 views

Change http status 503 to 200 when serving app_offline.htm for specific URL

The app_offline.htm file that ASP.NET serves returns the http status 503. This is the correct behavior for most situations. However, in the scenario where a specific URL is requested (e.g. ...
4
votes
1answer
357 views

app_offline.htm throwing HTTP 500 errors on production box

I have created an app_offline.htm file for an ASP.NET MVC2 application running on IIS7 / Win2008 64-bit, and ensured that it's over 512 bytes (it's 2KB right now). On my dev box running Visual Studio ...
4
votes
1answer
580 views

Is there a way I can still use app_offline.htm on my ASP.NET MVC 2 projects? If not, is there an alternative method?

I loved the features of using app_offline.htm on my ASP.NET WebForm based sites. Upload the file and your app is immediately "offline". Snappy. Now that I'm using MVC 2, I noticed that this no ...
4
votes
6answers
2k views

stopping app_offline.htm from being created and deleted at each build?

I have a solution with 2 projects in Visual Studio 2008 SP1, .NET Framework 3.5 SP1. a ASP Web site. a Class Library (dll) project. I have a reference from the Web Site to the Class Library, as ...
3
votes
1answer
433 views

Open offline html file programmatically in windows phone 7

I am building an application in windows phone 7. I have some user guide in HTML. I want to use a web-browser to open these files whenever user touches Help menu. But I don't know how to get the local ...
3
votes
2answers
440 views

What are possible causes for App_Offline.htm not bringing the site down?

Normally, I use App_Offline.htm for taking the site offline. But occasionally, when I do that, the site just hangs (like in: browsers wait forever, server gives no response at all). This seems to ...
3
votes
1answer
1k views

App_offline.htm, CSS, images, and aspnet_isapi.dll

So, the site I'm working on is using urlrewriting in coordination with aspnet_isapi.dll (everything is mapped to it). I put up my app_offline.htm file, and all the text shows, however, the CSS or ...
2
votes
0answers
97 views

VS2008 app_offline.htm not removed after build

This happens about 50% of the time I build my web application. I have it running on my localhost (start without debugging) and when I make changes and build it will always build successfully, but ...
1
vote
2answers
190 views

How to use IIS app_offline.htm file with Azure

I have a brilliantly designed app_offline.htm file that I'd like to display on my site periodically when I'm doing things like backing up the DB. On a server with a real file system, this wouldn't be ...
1
vote
1answer
340 views

Using app_offline.htm to take an app offline while updating dll's fails while updating dll's

So I sometimes use app_offline.htm to take an app offline while I upload a new version. However, while I am in the process of uploading larger dll's, I get the yellow error-screen saying the dll ...
1
vote
2answers
424 views

Why are multiple App_Offline.htm files appearing in Recycle Bin

I'm not duly concerned but can anyone suggest why since installing Visual Studio 2008 Service Pack 1 I keep finding multiple App_Offline.htm files in my recycle bin. I suspect it's something to do ...
1
vote
1answer
230 views

How to stop a IIS website by copying a file into it

I remember it is possible to stop a website in IIS simply creating a file in the site directory with a special name. But I don't remember the name and can't find it in google. Can you help me?
0
votes
3answers
36 views

How to get along with HTML5 offline apps when the WebSQL is deprecated?

Since the WebSQL has lost all the support and the development being stopped, how are people able to implement Offline Storage in web apps using HTML5. I know Google Chrome and Safari are still having ...
0
votes
0answers
41 views

Best practices for using app_offline with webdeploy

When I deploy my web site I need to: Take the site offline. run sql to update the database. update the web site. Put the site back online I would like to script as much of this as possible ...
0
votes
1answer
533 views

Offline storage - db sync

My question is: How can a make my Web app to store local data if not connected to internet and once the connection is available sync them with server. What is best solution to do this. My app is ...
0
votes
2answers
419 views

HTML5 Offline Application

I am trying to apply html5 offline application in a single html page. Is there any one line link API(like we use Google map link) by Google, Jquery or some other service provider which can easily ...
0
votes
1answer
124 views

Asp.Net MVC - Update live Web site

What is the best way to update a live Web site created with Asp.Net MVC 2.0 ? Using the app_offline.html used in Asp.Net ? Other new way ?
0
votes
1answer
44 views

Dot Net Nuke app_offline randomly being generated

We have had multiple DNN sites running for quite a few months now without any issues. Twice in the last 3 days our sites have gone offline by the addition of the app_offline.htm file in the root dir. ...