2010-05-20 7 views
6

Síntomas:Diagnóstico de paradas IIS

  • que adjuntar un depurador, que esperar un poco, se separa automáticamente
  • Miro el registro de eventos durante el funcionamiento normal - después de una sola petición llega, se espera una un poco, se apaga

Disagnosing. He seguido los siguientes pasos para cierres de registro de IIS:

Sé que estos están trabajando porque ...

Lo que veo en los registros de sucesos cuando cambio el web.config:

The description for Event ID 0 from source ASP.NET 2.0.50727.0 cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer. 

If the event originated on another computer, the display information had to be saved with the event. 

The following information was included with the event: 



_shutdownMessage=IIS configuration change 
HostingEnvironment initiated shutdown 
CONFIG change 
CONFIG change 
HostingEnvironment caused shutdown 

_shutdownStack= at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) 
    at System.Environment.get_StackTrace() 
    at System.Web.Hosting.HostingEnvironment.InitiateShutdownInternal() 
    at System.Web.Hosting.HostingEnvironment.InitiateShutdown() 
    at System.Web.Hosting.PipelineRuntime.StopProcessing() 

the message resource is present but the message is not found in the string/message table

Pero no ayuda porque el error de mi error no me dice nada. Veo lo mismo que desde antes de agregar este registro adicional:

The description for Event ID 0 from source ASP.NET 2.0.50727.0 cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer. 

If the event originated on another computer, the display information had to be saved with the event. 

The following information was included with the event: 



_shutdownMessage=HostingEnvironment initiated shutdown 
HostingEnvironment caused shutdown 

_shutdownStack= at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) 
    at System.Environment.get_StackTrace() 
    at System.Web.Hosting.HostingEnvironment.InitiateShutdownInternal() 
    at System.Web.Hosting.HostingEnvironment.InitiateShutdown() 
    at System.Web.Hosting.PipelineRuntime.StopProcessing() 

the message resource is present but the message is not found in the string/message table

Alguien tiene alguna idea por más de depuración?

Respuesta

0

Bueno, resulta que IIS de alguna manera se preparó para reciclar la piscina cada minuto, ciertamente no es la configuración habitual. (Creo que fue una broma.) Dejo esto para que cualquiera que busque ese mensaje de error pueda encontrar algo que los ayude.

Cuestiones relacionadas