外部服务器上的HTTP错误500.19

时间:2016-03-18 00:36:55

标签: asp.net-mvc iis iis-8.5

当我在我的机器上出现此错误时,我能够提供文件权限但是如何在我的主机服务器上解决此错误(这不是localhost)

我编辑了web.config但我仍然有同样的错误

<configuration>
<system.web>
  <customErrors mode="Off"/>  
</system.web>
<system.webServer>
<httpErrors errorMode="Detailed" />
<asp scriptErrorSentToBrowser="true"/>

<handlers>
  <add name="httpplatformhandler" path="*" verb="*" modules="httpPlatformHandler" resourceType="Unspecified" />
</handlers>
<httpPlatform processPath="..\approot\web.cmd" arguments="" stdoutLogEnabled="true" stdoutLogFile="..\logs\stdout.log" startupTimeLimit="3600"></httpPlatform>
  </system.webServer>
</configuration>

enter image description here

1 个答案:

答案 0 :(得分:0)

您的主机可能尚未安装HttpPlatformHandler。和他们交谈而不是在这里。

[更新:对于RC2及更高版本,需要新模块而不是HttpPlatformHandler,https://github.com/aspnet/Announcements/issues/164]