Two SQL Server Express 2012 LocalDB are appearing in the SQL Server Object Explorer in VS2012. One has the "Default Database Location" of "C:\Users\JeffsHP\AppData\Local\Microsoft\VisualStudio\SSDT" the other's location is "C:\Users\JeffsHP\AppData\Local\Microsoft\Microsoft
SQL Server Local DB\Instances\v11.0". I suspect one was installed by VS2012. From my limited understanding that is a temporary database that is invoked while developing applications using Visual Studio. The other instance was installed
so that IIS would have a database to serve web applications written for the web development environment localhost. But, there does not seem to be an SQL Server instance manager as I have had with previous versions of SQL Server, and no SQL Server Management
Studio 2012. How do I get SQL Server Express 2012 to be visible as a System DSN so it can be used by non-.NET web applications written on localhost?
Go to the complete details ...