I am using VS 2010 and SQL Server 2008 R2. My challenge is how to fix the web.config which has default SQLEXPRESS.
My database is on SQL Server 2008 R2. I would like my connection string to point to SQL Server R2. This server is on my local machine however SQLEXPRESS was installed when I installed VS 2010.
When you use
SqlExpressyour connection string looks like:Replace it with:
If your instance has a name (not the default instance, you need to define it in setup):