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.

 All Forums
 Development Tools
 ASP.NET
 Accessing db from Console application

Author  Topic 

hanney
Starting Member

5 Posts

Posted - 2006-05-26 : 04:44:33
Hi

I have been moving an application to a different server and am having some problems with database access from console application. The web application is working fine and accessing database with the same username and password in web config as the console app. However when I run the console app I get a general network error. The console app works when I use the sa user but I don't want to use this. Everything was working on a different server so I think it's a configuration issue. Any ideas?
Running asp.net 1.1 and sqlserver 2000.

Thanks
   

- Advertisement -