Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Potentially wrong and annoying message: “This project uses SQL Server Express LocalDB”

I’ve upgraded one of my asp.net web applications to Visual Studio 2015. After upgrade I keep getting this message: “This project uses SQL Server Express LocalDB. Microsoft recomends that you use SQL Server Express with IIS”

This project uses SQL Server Express LocalDB. Microsoft recomends that you use SQL Server Express with IIS

No matter I choose Yes or No, I always get the pop up upon each F5 run. I have no LocalDB. This should be a bug in VS05. What are my workaround options?

like image 835
Allan Xu Avatar asked Feb 26 '16 21:02

Allan Xu


1 Answers

This was happening to me because I had a newly created SQL DB Project, not connected to anything really, so it was being compiled with the default connection string. Pretty much like @james-lawruk says.

like image 50
Overlord Avatar answered Sep 17 '22 17:09

Overlord