So, I have localdb configured for my project in Visual Studio, but when I publish it in my Azure web application, I get "
An unhandled error occurred while processing the request. Win32Exception: the system cannot find the specified TryGetConnection file "
I tried adding the "DefaultConnection" connection string with the database / server as the value in the web application settings, but did nothing
source
share