Hi
I am a new VPS user. (beginner)
I created a database at external database server :
mssql9.jodovps.com
After that I upload my asp.net codes to my vps account - domain via ftp.
at web.config this is the connection string :
<add name="test" connectionString="Data Source=mssql9.jodovps.com;database=xxxx;Initial Catalog=xxxx;User ID=xxxx;Password=xxxx;Integrated Security=True" providerName="System.Data.SqlClient"/>
I take trusted sql server error with this situation.
the jodo tech support tried this line too with Data Source=204.10.108.161 rather than mssql9.jodovps.com
at this point,I take "Login failed for user 'xxxx'. "
Any idea what's going on?
I tried a lot of possible lines for connection string but I couldnt solve it.
Need I any configration at VPS or IIS or something like that via remote connection?
Thanks for your help.
I am a new VPS user. (beginner)
I created a database at external database server :
mssql9.jodovps.com
After that I upload my asp.net codes to my vps account - domain via ftp.
at web.config this is the connection string :
<add name="test" connectionString="Data Source=mssql9.jodovps.com;database=xxxx;Initial Catalog=xxxx;User ID=xxxx;Password=xxxx;Integrated Security=True" providerName="System.Data.SqlClient"/>
I take trusted sql server error with this situation.
the jodo tech support tried this line too with Data Source=204.10.108.161 rather than mssql9.jodovps.com
at this point,I take "Login failed for user 'xxxx'. "
Any idea what's going on?
I tried a lot of possible lines for connection string but I couldnt solve it.
Need I any configration at VPS or IIS or something like that via remote connection?
Thanks for your help.