请在尝试显示自定义错误消息时找到附加的错误。我的应用程序ASP.Net 4并使用IIS 7.5。 HEre是我在web.config中的代码。
</httpErrors>
答案 0 :(得分:0)
你应该在system.web
下拥有你的<system.web>
<customErrors mode="On" redirectMode="ResponseRewrite" defaultRedirect="~/ErrorPages/WebError.aspx"/>
这是在system.webServer(几个选项之一)下的
<system.webServer>
<httpErrors existingResponse="PassThrough"/>