SQL Server does not exist or access denied

M

Marc

Here is a new error I am getting.

I have a development computer (Server 2000, SQL2000, .NET 1.1)
I have a production computer (Server 2003, SQL2000, .NET 1.1)

When I run my solution on the development box pointing to the database on
the development box - no problem.
When I run my solution on the production box pointing to the database on the
production box - no problem.
When I run my solution on the production box pointing to the database on the
development box - no problem.

When I run my solution on the development box pointing to the database on
the production box - problem.

Here is the error message:
Exception Details: System.Data.SqlClient.SqlException: SQL Server does not
exist or access denied.

Here is my connection string in the web.config file:
<add key="ConnectionString" value="user id=ssboot; password=pwd; initial
catalog=archi; data source=scics-dotnet1,1433; Network Library =dbmssocn;
Connect Timeout=5; pooling=true"/>

I have am out of ideas on what to try to fix this problem. From my
development box I have no problem connecting to the production database
through server explorer in the .NET IDE.

Any help would be appreciated.

Thanks,
Marc.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top