SQL Server Does Not Exist or Access Denied
Hello Everyone and thanks for your help in advance. I am racking my brains on this one. I have a new installation of Windows 2003 Server combined with SQL Server 2000. I have ASP.Net pages that are working perfectly fine on a test server. However, when I try the web pages on the new server, I am presented with the error message:
SQL Server Does Not Exist or Access Denied
I have verified that the server is allowing both Windows and SQL Server authentication. I have installed all of the latest services packs. In the web.config file, I am using the following connection string:
server=(local);uid=sa;pwd=password;database=Northw ind
I cannot figure out what the problem is. Any help is greatly appreciated. Thanks.
|