I have developed c# windows application which is currently working fine with lan based remote sql server using servers IP address. Now i want to host my Sql sever on web. I have hosted my database on web with the help of 'myLittleAdmin for Sql Server'. But i unable to access data from web based sql serve. My connection string is as follow -
connectionString="Data Source= servers_ip_address;Network Library=DBMSSOCN;Initial Catalog= database_name ;Integrated Security=False;User Id= uid ;Password= pass ;Trusted_Connection=true;"
Additional Detail:
Sqlserver - 2008
Just tell me what kind of changes i should do in connection string? Or what else changes or settings i should do?
If anyone have solution please let me know.
Thanks
Guest UserPosted Feb 17, 2016, 1:14 AM
I have tried that connection string also. But not working.
Rajeesh MenothPosted Feb 16, 2016, 12:21 PM
Guest UserPosted Feb 16, 2016, 12:15 PM
Guest UserPosted Feb 16, 2016, 12:13 PM
and When i try to access server with its Domain name it raise error like "Login failed. The login is from an untrusted domain and can not be used with Windows authentication."
Ranjit PowarPosted Feb 13, 2016, 10:43 PM
Shubham KumarPosted Feb 13, 2016, 4:52 AM