Connection String in web.config fails to connect
问题 I decided to transfer my project from work to home and I am having some trouble with the connection to the database. This one works on work: web.config: <connectionStrings> <add name="ApplicationServices" connectionString="Data Source=XXXXXX\SQLSERVER2008;Persist Security Info=true;Initial Catalog=esResearch;User ID=XXXXXX; Password=XXXXXX" providerName="System.Data.SqlClient" /> <add name="esResearchConnectionString" connectionString="Data Source=XXXXXX\SQLSERVER2008;Initial Catalog