该网站拒绝显示此网页
The website declined to show this webpage
我收到这个错误
The website declined to show this webpage
访问时在我的网络服务器上
http://localhost/exampledomain.com/
我为 ASP
、ASP.NET
、ISAPI Extention
和 WWW Server
为 403 status codes
启用了失败的请求跟踪规则,但没有在 C:\inetpub\logs\FailedReqLogFiles
这是防火墙问题还是什么?
你的问题缺少很多信息。但是 quick search on Google 揭示了很多可能的链接
解决方案。
- https://forums.iis.net/t/1214595.aspx?403+The+website+declined+to+show+this+webpage
- https://forums.asp.net/t/1640590.aspx?Web+Hosting+in+IIS+Error+HPPT+403+Forbidden+The+website+declined+to+show+this+webpage
- https://social.technet.microsoft.com/Forums/Azure/en-US/9f18f483-3e3f-4591-b028-9f8c4e1efb10/website-declined-to-show-this-webpage?forum=sharepointadminlegacy
- https://www.experts-exchange.com/questions/24446761/The-website-declined-to-show-this-webpage-IIS6-Web-Service.html
- https://rehmangul.wordpress.com/2009/04/09/error-the-website-declined-to-show-this-web-pagethe-website-requires-you-to-log-in/
- http://www.kb.blackbaud.com/articles/Article/48462
或者单独找到 on Whosebug 链接的列表,其中可能包含一些有用的信息。
- IIS7 403 - Access Denied
- Why do i get this error: "The website declined to show this webpage"
- IIS 7.5 - 403 Forbidden
- IIS 7.0 Deployment issue
但导致此错误的最常见原因似乎是以下提到的问题。大多数链接提到其中一个或多个作为可能的解决方案。
- 框架版本不正确
- 您的 Application_Start
中的早期异常
- 安装的 MVC 版本不正确
- files/folders 或 AppPool
权限错误
- 框架未正确注册 > 运行
aspnet_regiis -ir
我收到这个错误
The website declined to show this webpage
访问时在我的网络服务器上 http://localhost/exampledomain.com/
我为 ASP
、ASP.NET
、ISAPI Extention
和 WWW Server
为 403 status codes
启用了失败的请求跟踪规则,但没有在 C:\inetpub\logs\FailedReqLogFiles
这是防火墙问题还是什么?
你的问题缺少很多信息。但是 quick search on Google 揭示了很多可能的链接 解决方案。
- https://forums.iis.net/t/1214595.aspx?403+The+website+declined+to+show+this+webpage
- https://forums.asp.net/t/1640590.aspx?Web+Hosting+in+IIS+Error+HPPT+403+Forbidden+The+website+declined+to+show+this+webpage
- https://social.technet.microsoft.com/Forums/Azure/en-US/9f18f483-3e3f-4591-b028-9f8c4e1efb10/website-declined-to-show-this-webpage?forum=sharepointadminlegacy
- https://www.experts-exchange.com/questions/24446761/The-website-declined-to-show-this-webpage-IIS6-Web-Service.html
- https://rehmangul.wordpress.com/2009/04/09/error-the-website-declined-to-show-this-web-pagethe-website-requires-you-to-log-in/
- http://www.kb.blackbaud.com/articles/Article/48462
或者单独找到 on Whosebug 链接的列表,其中可能包含一些有用的信息。
- IIS7 403 - Access Denied
- Why do i get this error: "The website declined to show this webpage"
- IIS 7.5 - 403 Forbidden
- IIS 7.0 Deployment issue
但导致此错误的最常见原因似乎是以下提到的问题。大多数链接提到其中一个或多个作为可能的解决方案。
- 框架版本不正确
- 您的 Application_Start 中的早期异常
- 安装的 MVC 版本不正确
- files/folders 或 AppPool 权限错误
- 框架未正确注册 > 运行
aspnet_regiis -ir