2010-05-20 11 views
6

Sintomi:Diagnosi di IIS arresti

  • allego un debugger, aspetto un po 'di tempo, si stacca automaticamente
  • guardo il registro degli eventi durante il funzionamento normale - dopo una singola richiesta arriva, attende un un po ', si spegne

Disagnante. Ho seguito i seguenti passi per arresti di registrazione in IIS:

So che queste stanno lavorando perché ...

Quello che vedo nei registri eventi quando cambio il 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

Ma non aiuta perché l'errore mysetery non mi dice nulla. Vedo la stessa cosa che da prima ho aggiunto questa registrazione in più:

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

Qualcuno ha qualche idea per più di debug?

risposta

0

Bene, si scopre che IIS in qualche modo si è impostato per riciclare il pool ogni minuto - certamente non la solita configurazione. (Penso che sia stato uno scherzo.) Lascerò tutto questo in modo che chiunque cerchi su Google quel messaggio di errore possa trovare qualcosa che li aiuti.

Problemi correlati