我收到此消息:
“由于发生内部服务器错误,无法显示页面。”
我的web.config
<customErrors mode="Off"/>
我的Web.Debug.config / Web.Release.config
<customErrors mode="Off" xdt:Transform="Replace"/>
<compilation xdt:Transform="RemoveAttributes(debug)" />
答案 0 :(得分:0)
这解决问题
<system.webServer>
<httpErrors errorMode="Detailed" />
<asp scriptErrorSentToBrowser="true"/>
</system.webServer>