sql - ConnectionString" setting -


a network-related or instance-specific error occurred while establishing connection sql server. server not found or not accessible. verify instance name correct , sql server configured allow remote connections. (provider: sql network interfaces, error: 25 - connection string not valid) check web.config file "connectionstring" setting.

connection string

<add key="connectionstring" value="server=(local)\mssqlserver;database=bugtracker;user id=sa;password=sa123!@#;trusted_connection=no"/> 

you have error in connection string have declared in web.config file... show me web.config file have declared connection string. check connection string properly


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -