日期:2014-05-18  浏览次数:20792 次

vs2005的怪问题
今天碰到一个问题,请大家解决一下.先谢谢了
用vs2005建立一个asp.net网站,建立完以后点击运行却无法显示,但在建立应用程序的时候可以使用.请问大家这是什么原因.
下面是网页报告的错误信息
The page cannot be displayed 
There is a problem with the page you are trying to reach and it cannot be displayed. 

--------------------------------------------

Please try the following:

Click the Refresh button, or try again later.

Open the Web site home page, and then look for links to the information you want. 
If you believe you should be able to view this directory or page, please contact the Web site administrator by using the e-mail address or phone number listed on the Web site home page. 
10061 - Connection refused
Internet Security and Acceleration Server

--------------------------------------------

Technical Information (for support personnel)

Background:
The server you are attempting to access has refused the connection with the gateway. This usually results from trying to connect to a service that is inactive on the server.

ISA Server: proxysvr.cape.com.cn
Via: 

Time: 2007-10-16 0:23:52 GMT 


------解决方案--------------------
没遇到过,关注,帮顶
------解决方案--------------------
gateway?
------解决方案--------------------
可能IIS安装问题
------解决方案--------------------
其实10061一般是因为服务器负荷过重, 客户端连接的出错代码. 

有两种可能. 

1. 服务器太过于繁忙, 以至没办法响应. 

2. 客户端连接太过于频繁(就是说你不停的"打搅"服务器, 例如断开连接又继续试图连接), 服务器不胜其扰(服务器对每个客户端的连接有一定的规定), 暂时拒绝该客户的连接.

解决方法:www.baidu.com上度一下...很多的...