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.
Author |
Topic |
Anuj.sharma
Starting Member
1 Post |
Posted - 2009-09-14 : 01:36:45
|
Hi,I have a dot net windows application which can be download from the website. I want to use the database for the application by using public IP address. I am not able to connect SQL server 2005 from remote connection it is giving me the error, SQL server does not allow remote connection.I changed my server remote connection configuration toLocal and remote connectionusing both TCP/IP and named pipesbut still i am getting the error.please help meThanks |
|
lionofdezert
Aged Yak Warrior
885 Posts |
Posted - 2009-09-14 : 03:03:04
|
Login to SSMS using windows authentications, right click on your server name, click properties, on left select CONNECTIONS, and on right select option for ALLOW REMOTE CONNECTION FOR THIS SERVER |
 |
|
lionofdezert
Aged Yak Warrior
885 Posts |
Posted - 2009-09-14 : 03:05:39
|
DO NOT forget to restart services, after changes are made. |
 |
|
|
|
|