Not Able to connect to Sql server(urgent)
-
Due to some unknown reason i am not able to connect to sqlserver from my asp.net application since this morming..(i left the system in a stable state last time)...It says.. "Sql server doesnot exist or access denied" i am not able to find the cause to it(because the connection string is same in the web.config as it was running last evening successfully. No firewall is there. I am able to connect to sqlserver through Enterprise manager and also able to open sql server through SERVER EXPLORER.I see no problems there. I sm running VS.net 2003 on Win Xp and sqlserver is hosted on other machine.A friend of mine is able to connect to the same server with the same code with no problems. Does some one has a solution to the problem.I am in desperate situation. Waiting for a reply Pankaj
-
Due to some unknown reason i am not able to connect to sqlserver from my asp.net application since this morming..(i left the system in a stable state last time)...It says.. "Sql server doesnot exist or access denied" i am not able to find the cause to it(because the connection string is same in the web.config as it was running last evening successfully. No firewall is there. I am able to connect to sqlserver through Enterprise manager and also able to open sql server through SERVER EXPLORER.I see no problems there. I sm running VS.net 2003 on Win Xp and sqlserver is hosted on other machine.A friend of mine is able to connect to the same server with the same code with no problems. Does some one has a solution to the problem.I am in desperate situation. Waiting for a reply Pankaj
Hi Pankaj, This problem may occur, 1) if u will register your computer to another workgroup or Domain. 2) Your Server Name will get changed 3) Your Network cable may get disconnected. 4) You don't have rights to access that Server. regards, Pankaj Kulkarni
-
Hi Pankaj, This problem may occur, 1) if u will register your computer to another workgroup or Domain. 2) Your Server Name will get changed 3) Your Network cable may get disconnected. 4) You don't have rights to access that Server. regards, Pankaj Kulkarni
- if u will register your computer to another workgroup or Domain. Still in the same workgroup 2) Your Server Name will get changed Server name has not changed 3) Your Network cable may get disconnected. Not an issue 4) You don't have rights to access that Server. I am able to connect through Enterprise Manager I am able to ping the server I am able to connect to the DB via Visual Studio However I get this error when I run my ASP.NET Code...at the point of Connection.Open().
-
- if u will register your computer to another workgroup or Domain. Still in the same workgroup 2) Your Server Name will get changed Server name has not changed 3) Your Network cable may get disconnected. Not an issue 4) You don't have rights to access that Server. I am able to connect through Enterprise Manager I am able to ping the server I am able to connect to the DB via Visual Studio However I get this error when I run my ASP.NET Code...at the point of Connection.Open().