Connection to Sql server 7.0 from Asp.net application

  • Thread starter Thread starter Nicke
  • Start date Start date
N

Nicke

Hi everyone,



I have problem with a connection to an Sql Server 7.0 (Mixed mode, using
sql-login) from a development machine.

Got this error message:

SQL Server does not exist or access denied.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: SQL Server does not
exist or access denied.



I have searched forums and unfortunately not found a good solution
suggestion.

My configuration is win2k, Visual Studio .Net 2003, .Net framework 1.1



But from another development machine (XP professionals, Visual Studio .Net
2003, .Net Framework 1.1),

the sql-connection works fine.

The connection is also working at our test server (win 2003 server, .Net
framework 1.1)



Hope anyone have a solution for this.



Thanks in advance



Nicke
 
Hi Nicke,

This is a very common error but also a very general one. Could I suggest you
post your connectionstring value (with password modified) so we can try to
help further?

HTH,
 
Back
Top