问题描述
本人做了一个网站,在本地连结供应商给的服务器没有问题,但把程序传到数据器上就报,有没有哪位兄弟遇到过这个错误(错误如下):ServerErrorin'/'Application.Anetwork-relatedorinstance-specificerroroccurredwhileestablishingaconnectiontoSQLServer.Theserverwasnotfoundorwasnotaccessible.VerifythattheinstancenameiscorrectandthatSQLServerisconfiguredtoallowremoteconnections.(provider:TCPProvider,error:0-Aconnectionattemptfailedbecausetheconnectedpartydidnotproperlyrespondafteraperiodoftime,orestablishedconnectionfailedbecauseconnectedhosthasfailedtorespond.)Description:Anunhandledexceptionoccurredduringtheexecutionofthecurrentwebrequest.Pleasereviewthestacktraceformoreinformationabouttheerrorandwhereitoriginatedinthecode.ExceptionDetails:System.Data.SqlClient.SqlException:Anetwork-relatedorinstance-specificerroroccurredwhileestablishingaconnectiontoSQLServer.Theserverwasnotfoundorwasnotaccessible.VerifythattheinstancenameiscorrectandthatSQLServerisconfiguredtoallowremoteconnections.(provider:TCPProvider,error:0-Aconnectionattemptfailedbecausetheconnectedpartydidnotproperlyrespondafteraperiodoftime,orestablishedconnectionfailedbecauseconnectedhosthasfailedtorespond.)SourceError:Line165://----------------返回一个SqlDataReader对像------------------------------Line166:SqlConnectioncon=newSqlConnection(connectionString);Line167:con.Open();Line168:SqlCommandcom=newSqlCommand(strSql,con);Line169:SqlDataReadersdr=com.ExecuteReader();备注:SOURCEERROR报错是在CON。OPNE()是报错,应该是连结数据库时有问题,但我在我的电脑上连结供应商给的数据库连结信息是没有任何问题的,网站一切正常,只是把程序上传到空间方就出现这个问题。
解决方案
解决方案二:
已经好几天了,各位兄弟在我看看啊,分不够的在加啊
解决方案三:
连接字符串有问题。。。。或者你服务器远程连接没有打开。。连接不到服务器
解决方案四:
sqlserver外围应用配置器->服务和连接的外围应用配置器->打开MSSQLSERVER节点下的DatabaseEngine节点,先择"远程连接",接下建议选择"同时使用TCP/IP和namedpipes",确定后,重启数据库服务
解决方案五:
回复porschev:如果说是空间方服务器的远程连结没有找开,可是我从我的电脑上是可以连结空间方的服务器的,程序没有任何问题towuyq11:你说的几部我已经设置过了,我在本地的程序是可以连结空间方提供的数据库的,现在的问题是传到空间上就报上面的错误
解决方案六:
该回复于2010-09-06 10:24:01被版主删除
解决方案七:
TCP/IP里。。右键。。。IP选项卡中。。把自己机器对应的IP启用一下试试。。
解决方案八:
porschev:TCP/IP,这个在哪里?在空间方哪边的吗?
解决方案九:
打印出connectionString看看什么格式的
解决方案十:
引用7楼binhuodao的回复:
porschev:TCP/IP,这个在哪里?在空间方哪边的吗?
sqlserver外围应用配置器->服务和连接的外围应用配置器->打开MSSQLSERVER节点
解决方案十一:
toporschev:sqlserver外围应用配置器->服务和连接的外围应用配置器->打开MSSQLSERVER节点,这里面没有找到TCP/IP,而且里面的节点都没有右键的
解决方案十二:
http://www.cftea.com/c/2010/07/47VLXB42XALXV53H/C51S1VTZ4UIEN6SW.png
解决方案十三:
连接字符串主机和实例之间应该是反斜杠“”
解决方案十四:
连接不到数据库,看你的数据库连接字符串是怎么写的
解决方案十五:
axaxa