首页 > 数据库技术 > 详细

[asp.net core]The requested page cannot be accessed because the related configuration data for the page is invalid.

时间:2018-07-04 18:10:32      阅读:241      评论:0      收藏:0      [点我收藏+]

bug

HTTP Error 500.19 - Internal Server Error

The requested page cannot be accessed because the related configuration data for the page is invalid.

解决办法

这是将asp.net core站的部署在iis上出现的错误,通过dotnet xxx.dll启动,可以看到kestrel,能正常进行访问,也能监听到请求信息,但通过iis代理时出现上面的错误。

最后发现是因为没有安装

DotNetCore.2.0.5-WindowsHosting.exe

[asp.net core]The requested page cannot be accessed because the related configuration data for the page is invalid.

原文:https://www.cnblogs.com/wolf-sun/p/9264528.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!