出现连接错误 [英] getting connection error

查看:71
本文介绍了出现连接错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经实现了一个应用程序并进行了检查.它工作正常.然后我已将应用程序发布(上载)到我系统中的本地服务器(即IIS 5.1)中.当我尝试使用本地主机(例如xxx.xxx.x.xx/name)执行应用程序时,它提供了以下错误.

Hi, I''ve implemented a application and checked. It is working properly. Then I''ve posted(uploaded) application in local server in my system (i.e IIS 5.1). while I''m trying to execute the application using localhost( eg xxx.xxx.x.xx/name) it is providing below error.

A connection was successfully established with the server, but then an error occurred during the login process. (provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the remote host.)



谁能建议我如何解决此错误.我使用了如下的连接字符串:



can anyone suggest me how to resolve this error. I''ve used the connection string as follows:

<configuration>
    <appSettings>
        <add key="connect" value="Data Source=192.168.1.53,8080;Network Library=DBMSSOCN;Initial Catalog=BPO;Integrated Security=True"/>
    </appSettings>
    <connectionStrings>
        <add name="Pubs" connectionString="Data Source=192.168.1.53,8080;Network Library=DBMSSOCN;Initial Catalog=BPO;Integrated Security=True"/>
    </connectionStrings>



我已经根据Internet上可用的信息以多种方式尝试了很多.问题仍然没有解决.因此,任何人都可以对此进行指导.



I''ve tried alot in different ways based on the information which available on internet. Still the problem wasn''t fixed. so, any one please guide me regarding this.

推荐答案

检查这些

故障排除:强制关闭连接 [
Check these

A transport-level error has occurred when sending the request to the server. (provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the remote host.)[^]
Troubleshooting: Connection Forcibly Closed[^]


这篇关于出现连接错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆