How to connect localdb from Visual Studio to a published Azure web application?

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

+1
source share
1 answer

LocalDb Azure . LocalDb - SQL Server Express, (), - .

LocalDb, Azure. ( ) - Azure SQL , , .

LocalDb MDF Azure

+3

Source: https://habr.com/ru/post/1680474/


All Articles