我試圖使用簡單的HTML頁面時503服務不可預料的錯誤來。httperrors在web.config
我使用下面的web.config中的system.webservers
<httpErrors errorMode="Custom">
<remove statuscode="503" substatuscode="-1">
<error statuscode="503" responseMode="File" path="Views/Shared/IISError.htm">
</httpErrors>
這是NT工作。當我停止我的應用程序時,我仍然在獲取IIS默認頁面。
我正在使用mvc3,剃鬚刀應用程序。
嘗試'' –