Hi I am using SQL Server 2005.
I tried to connect to the database stored at a remote server by c# with the following connection string :
"Data Source='server1 ';Initial Catalog='dataBa se';Integrated Security='True' ; Uid='user1'; Pwd='secret'"
I couldnt succedded unless I had to set the server's firewall off.. So I wanted to ask does it really make difference or there is any problem in the way I am trying to connect to the SQL server database.
I tried to connect to the database stored at a remote server by c# with the following connection string :
"Data Source='server1 ';Initial Catalog='dataBa se';Integrated Security='True' ; Uid='user1'; Pwd='secret'"
I couldnt succedded unless I had to set the server's firewall off.. So I wanted to ask does it really make difference or there is any problem in the way I am trying to connect to the SQL server database.
Comment