Click to See Complete Forum and Search --> : remote connection


forgottenhart
April 23rd, 2008, 06:07 PM
I have a form that connects to a MS SQL server developer edition, on my machine. The app works like a champ when I run it on my machine. However when I move it to another machine I get a .net 1.1 error. Stating something about a connection. I believe the problem lies with being able to connect to the DB from another machine. I spoke with a co-worker briefly and he believes that it has to do with the permissions on the server/db. Does anyone have any good links that I can read over to hopefully get it to connect so that we can go live with this.

Thanks

vuyiswam
August 12th, 2008, 04:41 AM
Can you show us the Whole Error, it might not mean anything to you but it might mean something to us

secondly what Version of .NET are you using

lastly can you show us the Code you use to Connect to the Database.

We might help, because i looks like a Common Problem.