【发布时间】:2011-11-12 02:30:03
【问题描述】:
我已经在 IIS 6.0 中配置了 asp.net 站点:
允许匿名访问 = true
设置主机头、目录路径、端口、ip
在 asp.net 选项卡中 - asp.net 2.0
在 web.config 中添加<add path="*" verb="GET,HEAD,POST" type="System.Web.DefaultHttpHandler" validate="True" />
启用默认内容页面 = true
权限设置正常
集成 Windows 身份验证 = ture
当我在 IIS 中浏览它时出现错误
<The page cannot be displayed
The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings.
--------------------------------------------------------------------------------
Please try the following:
Click the Refresh button, or try again later.
If you typed the page address in the Address bar, make sure that it is spelled correctly.
To check your connection settings, click the Tools menu, and then click Internet Options. On the Connections tab, click Settings. The settings should match those provided by your local area network (LAN) administrator or Internet service provider (ISP).
See if your Internet connection settings are being detected. You can set Microsoft Windows to examine your network and automatically discover network connection settings (if your network administrator has enabled this setting).
Click the Tools menu, and then click Internet Options.
On the Connections tab, click LAN Settings.
Select Automatically detect settings, and then click OK.
Some sites require 128-bit connection security. Click the Help menu and then click About Internet Explorer to determine what strength security you have installed.
If you are trying to reach a secure site, make sure your Security settings can support it. Click the Tools menu, and then click Internet Options. On the Advanced tab, scroll to the Security section and check settings for SSL 2.0, SSL 3.0, TLS 1.0, PCT 1.0.
Click the Back button to try another link.
Cannot find server or DNS Error
Internet Explorer
`
顺便说一句:在这个 IIS 服务器上托管了另外两个 asp.net 站点并且工作正常。 我像这些一样配置新的。但我不想工作。
【问题讨论】:
-
你能得到实际的错误吗? (即不在 IE 中显示用户友好)。
-
你检查读/写和执行权限了吗?
标签: .net asp.net iis-6 windows-server-2003