该页面无法显示IIS

时间:2011-09-07 11:53:35

标签: .net asp.net iis-6 windows-server-2003

我在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网站并且工作正常。 我通过模拟配置新的一个。但我不想工作。

2 个答案:

答案 0 :(得分:0)

Setting Up Default Documents (IIS 6.0)

您是否为应用程序设置了默认文档?

答案 1 :(得分:0)

不久前,我遇到了这样的问题。转到IIS \ Web服务扩展。然后右侧检查是否允许ASP.NET 2.0。在我们的例子中,它不是。

相关问题