代码之家  ›  专栏  ›  技术社区  ›  Tom Ritter

诊断IIS关闭

  •  6
  • Tom Ritter  · 技术社区  · 16 年前

    症状:

    更改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

    有没有人对更多的调试有什么想法?

    2 回复  |  直到 16 年前
        1
  •  0
  •   Tom Ritter    16 年前

    推荐文章