2011-09-07 45 views
0

我在IIS 6.0中配置asp.net网站:该页面无法dispayed IIS

允许匿名访问=真
设置好的主机头,目录路径,端口,IP
在asp.net标签 - ASP .NET 2.0
在web.config中添加
<add path="*" verb="GET,HEAD,POST" type="System.Web.DefaultHttpHandler" validate="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网站和做工精细。 我通过模拟配置新的。但我不想工作。

+0

你能得到实际的错误吗? (即在IE中不显示用户友好)。 – VMAtm

+0

你检查了读/写和执行权限吗? –

回答

0

不久前我面临着这样一个问题。转到IIS \ Web服务扩展。在右侧检查是否允许ASP.NET 2.0。在我们的情况下,它不是。

+0

Asp.NET扩展是允许的。 – Roman