如果这很明显,我深表歉意,但我已经四处寻找,无法找到答案。
在.net Web.config
文件中,谁能告诉我subStatusCode
to - 1 的设置是什么?
<httpErrors errorMode="Custom" existingResponse="Replace">
<clear />
<remove statusCode="404" subStatusCode="-1" />
<error statusCode="404" prefixLanguageFilePath="" path="/Error.aspx" responseMode="ExecuteURL" />
</httpErrors>
我的猜测是这意味着所有的“子”代码,404.1、404.2..等?