I can connect and retrieve data from a localhost database. My app retrieves the data from a hosted sql server using the following connection string
<add name="conn" connectionString="Data Source=xxx.xxx.xx;Initial
Catalog=xxxx;Persist Security Info=True;User ID=xxxx;Password=xxxx"
providerName="System.Data.SqlClient"/>
Is there anyway I can connect to this database without uploading it to the third party service?