How to connect a localdb from Visual Studio to the published Azure web app?
So i have a localdb set up for my project in Visual Studio but when I publish it to my Azure web app, I get " An unhandled exception occurred while processing the request. Win32Exception: The system canot find the file specified TryGetConnection" I tried adding a "DefaultConnection" Connection String with the database/server as the value in the Web App settings but that didn't do anything yoape LocalDb doesn't exist for Azure. LocalDb is a feature of SQL Server Express, there is no equivalency of that on the service (machine) you are deploying your App Service website on. There are plenty of