I installed SQL Server 2005 where I uninstalled SQL Server 2005 Express. In my web application, I defined the database connection string to point to the Cost Recovery database in SQL Server 2005 Express. I moved it over to SQL Server 2005 (different folder).
In the web.config file, I change the following entry:
<add name="DevConnectionStringCostRecovery" connectionString="Data
Source=mySQLServer/SQLExpress;Initial
Catalog=CostRecovery;Integrated Security=True"
providerName="System.Data.SqlClient"/>
Where mYSQLServer is the server name. I removed "SQLExpress" from this statement and saved the file. It worked.

No comments:
Post a Comment