【问题标题】:The page cannot be displayed IIS页面无法显示 IIS
【发布时间】: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


【解决方案1】:

Setting Up Default Documents (IIS 6.0)

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

【讨论】:

    【解决方案2】:

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

    【讨论】:

    • Asp.NET 扩展是允许的。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-09-16
    • 2012-04-20
    • 2022-07-31
    相关资源
    最近更新 更多