Deploy MVC application to Azure -- 2
Budget: $10 – $11 USD
I am a beginner learning MVC. I have developed a MVC application using a basic MVC template that I improved on.
I deployed it to Azure - but get a "System.ComponentModel.Win32Exception: The system cannot find the file specified" when I navigate to the application URL.
I understand that this is because the application is using a LocalDB or DefaultConnection on my machine.
I need help correcting this problem to allow the successful deployment of this application.
I deployed it to Azure - but get a "System.ComponentModel.Win32Exception: The system cannot find the file specified" when I navigate to the application URL.
I understand that this is because the application is using a LocalDB or DefaultConnection on my machine.
I need help correcting this problem to allow the successful deployment of this application.