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 - 2005-12-14 : 07:44:58
|
Jason writes "I have SQL server 2000 installed on a server, and I have an ASP .NET application on a web server that is tring to connect to a named instance on the database server.However, I get the "Server Does Not Exist" error. I know that on my local machine, i've set up a TCP/IP alias using the Client Network Utility using the specified port and it works fine. However, the web server does not have any client utilites installed so I cannot create an alias as I did on my local machine.Is there a workaround for this? Any help is greatly appreciated. Thanks" |
|
afrika
Master Smack Fu Yak Hacker
2706 Posts |
Posted - 2005-12-14 : 10:11:03
|
ASP.NET ?Client network utility ? whats the connection ?see www.connectionstrings.com create a connection based on the .net and MSSQL connectionthe client utility is to create a client connection to a remote serverAfrika |
 |
|
|
|
|