Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2006-08-16 : 09:25:55
|
Kasukhela Srinivas writes "I have an SQL server 2000 running on Win'2000. When connecting to SQL server using Web application i am getting the error "SQL Server does not exist or access denied". But when tried with connecting to the server using enterprise manager it got connected. For web application we are using VB.NET" |
|
dewacorp.alliances
452 Posts |
Posted - 2006-08-17 : 07:24:01
|
How do you the connectionstring in your Vb.NET? Did you specify the servername, dbname, username and password? quote: Originally posted by AskSQLTeam Kasukhela Srinivas writes "I have an SQL server 2000 running on Win'2000. When connecting to SQL server using Web application i am getting the error "SQL Server does not exist or access denied". But when tried with connecting to the server using enterprise manager it got connected. For web application we are using VB.NET"
|
 |
|
ravilobo
Master Smack Fu Yak Hacker
1184 Posts |
Posted - 2006-08-17 : 10:54:10
|
Are you able to connect using query analizer and SQL SERVER AUTHENTICATION?------------------------I think, therefore I am - Rene Descartes |
 |
|
|
|
|