当我在我的机器上出现此错误时,我能够提供文件权限但是如何在我的主机服务器上解决此错误(这不是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>
答案 0 :(得分:0)
您的主机可能尚未安装HttpPlatformHandler。和他们交谈而不是在这里。
[更新:对于RC2及更高版本,需要新模块而不是HttpPlatformHandler,https://github.com/aspnet/Announcements/issues/164]