IIS页面无法显示

发布于 2024-12-03 21:08:14 字数 2048 浏览 3 评论 0原文

我已在 IIS 6.0 中配置了 asp.net 站点:

允许匿名访问 = true
设置主机头、目录路径、端口、ip
在 asp.net 选项卡中 - asp.net 2.0
在 web.config 中添加

启用默认内容页= 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 站点并且工作正常。 我通过模拟配置新的这些。但我的不想工作。

I have configured asp.net site in IIS 6.0:

Allow anonymous access = true
Setted host header, directory path, port,ip
in asp.net tab - asp.net 2.0
in web.config added
<add path="*" verb="GET,HEAD,POST" type="System.Web.DefaultHttpHandler" validate="True" />
enable default content page = true
permission settings fine
Integrated windows authentication = ture

When I browse it in IIS then I got error

<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  

`

By the way: on this IIS server are hosted two another asp.net sites and work fine.
I configure new one by analog as these. But my doesn't want to work.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

谎言月老 2024-12-10 21:08:14

设置默认值文档 (IIS 6.0)

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

Setting Up Default Documents (IIS 6.0)

Did you set the default document for your application?

故人爱我别走 2024-12-10 21:08:14

不久前我就遇到了这样的问题。转到 IIS\Web 服务扩展。 Ot 右侧检查是否允许 ASP.NET 2.0。在我们的例子中,情况并非如此。

Not so long ago I was facing with such a problem. Go to IIS\Web Service Extentions. Ot the right side check if ASP.NET 2.0 is allowed or not. In our case it wasn't.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文