无法在IIS中显示该页面

问题描述 投票:0回答:2

我已经在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站点,并且工作正常。我通过模拟配置新的。但是我不想工作。

.net asp.net iis-6 windows-server-2003
2个回答
0
投票

Setting Up Default Documents (IIS 6.0)

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


0
投票

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

© www.soinside.com 2019 - 2024. All rights reserved.