我httpErrors
在我的网站中使用 web.config 来处理 404 错误。在我添加到节点之前,这无法正常工作,existingResponse="Replace"
但现在我的本地开发机器上没有出现任何黄屏死机错误。
<httpErrors errorMode="Custom" existingResponse="Replace" >
<remove statusCode="404" subStatusCode="-1" />
<error statusCode="404" prefixLanguageFilePath="" path="/error.aspx?c=404" responseMode="ExecuteURL" />
</httpErrors>