Doing a simple test program to make sure I can connect. I have two connections: one to local server and one to hosted web server. When I run the application locally, it connects. If I publish it and run it, it won't connect.<connectionStrings> <add name="WebConnectionString" connectionString="Data Source=xxxx; Initial Catalog=wotest; User ID=xxxx; Password=xxxx;" providerName="System.Data.SqlClient"/> <add name="localConnectionString" connectionString="Data Source=DBSERVER\DBRCO;Initial Catalog=ImportWoSQL;Persist Security Info=True;User ID=xxx;Password=xxxx" providerName="System.Data.SqlClient" /> </connectionStrings>
_____________DDaurio