Microsoft Knowledge Base Email Alertz

When a client attempts to connect to a Microsoft Internet Information Services (IIS) 5.0 application that is restarting, the browser displays the following error message:

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 248013 - Last Review: December 3, 2007 - Revision: 4.3

Err Msg: HTTP Error 500-12 Application Restarting

This article was previously published under Q248013

SYMPTOMS

When a client attempts to connect to a Microsoft Internet Information Services (IIS) application that is restarting, the browser displays the following error message:

The page cannot be displayed

There is a problem with the page you are trying to reach and it cannot be displayed.

HTTP Error 500-12 Application Restarting
Internet Information Services

WORKAROUND

This message is harmless and usually disappears after the browser is refreshed. There is no good workaround once the message appears from a production environment. However, if the message appears for an extended period of time, you may want to consider stopping all the Web services and reloading the application.

MORE INFORMATION

When certain changes are made to an IIS 5.0 application, those changes are committed to the Global.asa file for the application. When you save changes to the Global.asa file, the server finishes processing all of the current application requests before it recompiles the Global.asa file. During that time, the server refuses additional requests and returns an error message stating that the request cannot be processed while the Web site is restarting.

After all of the current user requests have been processed, the server deletes all active sessions, calling the Session_OnEnd event for each session it deletes, closes the application, and then calls the Application_OnEnd event. The Global.asa file is then recompiled.

Subsequent user requests will start the application and create new sessions, and trigger the Application_OnStart and Session_OnStart events. When you view an ASP page while the application is running Application_OnStart, the following error message occurs:
HTTP Error 500-12 Application Restarting
The message is harmless and usually disappears when you refresh the page in your browser.

This error message may also be caused by anti-virus or backup software. When these software packages scan an IIS Web application, IIS may behave as if the Global.asa file has been modified and may therefore restart the Web application. Turning off backup software and virus scanning on the Global.asa file may help resolve this issue. If a client GET request is made during this time, the web server will return a 500-12 error. For additional information on the same error message occurring in Site Server 3.0, Commerce Edition, click the article number below to view the article in the Microsoft Knowledge Base:
236446  (http://kbalertz.com/Feedback.aspx?kbNumber=236446/EN-US/ ) Err Msg: HTTP 1.1 Application Restarting

APPLIES TO
  • Microsoft Internet Information Services 5.0
  • Microsoft Internet Information Services 6.0
Keywords: 
kbprb kbprod2web KB248013
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate