由于计算机积极拒绝

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了由于计算机积极拒绝相关的知识,希望对你有一定的参考价值。

登录一个网站的帐号和密码提示
由于目标机器积极拒绝,无法连接

Server Error in '/' Application.
由于目标机器积极拒绝,无法连接。 211.103.154.201:80
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Net.Sockets.SocketException: 由于目标机器积极拒绝,无法连接。 211.103.154.201:80

Source Error:

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

<%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:

<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>

Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

Stack Trace:

[SocketException (0x274d): 由于目标机器积极拒绝,无法连接。 211.103.154.201:80]
System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) +239
System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP) +35
System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception) +22494
Register_Default.Button1_Click(Object sender, EventArgs e) +164er sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565

应该怎么处理,关闭防火墙也无法使用

参考技术A 是服务器的原因:服务请拒绝了你发出的连接请求;不是你计算机或程序的原因追问

那应该怎么处理

追答

你得问一些服务器的管理人员或开发人员了

本回答被提问者和网友采纳

由于目标计算机积极拒绝,无法连接”,怎么办

参考技术A 就是连接被目标机器主动拒绝了,说明是可以连上的,认证的过程出问题了,比如说拨号的用户名和密码错误,这种错误,不是链路的问题。

以上是关于由于计算机积极拒绝的主要内容,如果未能解决你的问题,请参考以下文章

由于目标计算机积极拒绝,无法连接”,怎么办

Fiddler由于目标计算机积极拒绝,无法连接的解决方法

由于目标计算机积极拒绝,无法连接. 127.0.0.1:62001

连接linux SVN 由于目标计算机积极拒绝,无法连接.

asp.net 由于目标计算机积极拒绝,无法连接.

SVN 由于目标机器积极拒绝,无法连接