Симптомы:
- Я прикрепляю отладчик, немного подожду, он автоматически отключается
- Я наблюдаю журнал событий во время нормальной работы - после того, как поступает один запрос, он немного ждет, выключается
Disagnosing. Я выполнил следующие шаги для регистрации отключений в IIS:
Я знаю, что они работают, потому что ...
Что я вижу в журналах событий при изменении 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
Но это не помогает, потому что ошибка в тайне ничего мне не говорит. Я вижу то же самое, что и до добавления этой дополнительной записи:
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
У кого-нибудь есть идеи для дополнительной отладки?