I Need help with accessing an SQL server from a web method.
Trying to connect from localhost to ms sql server 2000 sp1 and get the
error:
System.Data.Sql Client.SqlExcep tion: SQL Server does not exist or
access denied.
at System.Data.Sql Client.Connecti onPool.GetConne ction(Boolean&
isInTransaction )
at System.Data.Sql Client.SqlConne ctionPoolManage r.GetPooledConn ection(SqlConne ctionString
options, Boolean& isInTransaction )
at System.Data.Sql Client.SqlConne ction.Open()
at WebService2.Ser vice1.GetPass(S tring name) in
c:\inetpub\wwwr oot\webservice2 \service1.asmx. cs:line 65
Using windows authentication.
CONFUSED!!!!
Help pls!
Trying to connect from localhost to ms sql server 2000 sp1 and get the
error:
System.Data.Sql Client.SqlExcep tion: SQL Server does not exist or
access denied.
at System.Data.Sql Client.Connecti onPool.GetConne ction(Boolean&
isInTransaction )
at System.Data.Sql Client.SqlConne ctionPoolManage r.GetPooledConn ection(SqlConne ctionString
options, Boolean& isInTransaction )
at System.Data.Sql Client.SqlConne ction.Open()
at WebService2.Ser vice1.GetPass(S tring name) in
c:\inetpub\wwwr oot\webservice2 \service1.asmx. cs:line 65
Using windows authentication.
CONFUSED!!!!
Help pls!
Comment