HTTP错误500.19-内部服务器错误(模块:CustomErrorModule,错误代码:0x80070021)

问题描述 投票:0回答:1

我正在VS2015中编程ASP.Net MVC 5。我的网站运行自Visual Studio,没有错误,但是在发布(IIS 8.5,Windows Server 2012)之后,显示此错误。

当然,我会指出此错误是针对发生403、404、500等错误的页面显示的。

enter image description here

我尝试了很多方法,但没有得到。例如change to Web.Configadding a new Feature to IIS,但没有一个起作用。

asp.net-mvc windows-server-2012-r2 iis-8.5 http-error custom-errors
1个回答
0
投票

两周后,我终于解决了这个问题:

只需清除标签并复制这些标签:

  <remove statusCode="403"/>
  <remove statusCode="404"/>
  <remove statusCode="500"/>
© www.soinside.com 2019 - 2024. All rights reserved.