2012-07-11 69 views
0

我的IIS服務器上,我創建了一個Web應用程序,並添加兩個綁定:無法訪問HTTP,只有HTTPS

1. http 80 binding for www.mydomain.com 
2. https 443 binding for www.mydomain.com 

我只能訪問,當我訪問http://www.mydomain.com,我得到了這個問題:

403 - Forbidden: Access is denied. 
You do not have permission to view this directory or page using the credentials that you supplied. 

我該如何解決這個問題?

回答

1

我想起來的第一件事就是你的ISP。有些互聯網服務提供商阻止端口80接入流量,他們不希望他們的客戶在家中擁有自己的網絡主機。

+0

但有另一個網站運行在IIS上與http,它運行良好? – olidev 2012-07-11 12:29:20