无法获取Asp.net或IIS显示错误

时间:2020-08-05 20:29:13

标签: asp.net windows-server-2012-r2 iis-10

我在asp.net网站上收到此消息:

enter image description here

我可以在Visual Studio中正常运行它,但是一旦发布,我将无法再访问该网站。

我尝试了以下操作,但无济于事:

将此添加到我的web.config:

  <configSections>
    <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
    <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
  </configSections>
  <system.webServer>
    <httpErrors errorMode="Detailed" >
    </httpErrors>
  </system.webServer>
  <appSettings>
    <add key="webpages:Version" value="3.0.0.0" />
    <add key="webpages:Enabled" value="false" />
    <add key="ClientValidationEnabled" value="true" />
    <add key="UnobtrusiveJavaScriptEnabled" value="true" />
  </appSettings>

在IIS中更改调试设置:

enter image description here

更改错误页面设置:

enter image description here

由于某种原因,我可以从服务器外部访问站点,但不能从服务器内部访问站点,因此我无法以这种方式获取错误。更改后我运行了iireset,以查看是否有效果。

我正在运行Windows 2012R2和IIS10。

有人有什么建议吗,或者可以看看我是否错过了什么?

1 个答案:

答案 0 :(得分:1)

OP在问题下方的评论部分接受的答案

如果在显示详细的错误信息时遇到问题,请查阅系统事件日志。完整的异常信息应在此处显示。