Besides a connection string, are there any other adds/changes to an ASP.net MVC project's code in order for it to deploy to Azure?
Besides a connection string, are there any other adds/changes to an ASP.net MVC project's code in order for it to deploy to Azure?
Hi @DeanAndrewEverhart-9294 ,
If you need to deploy your project to Azure, you need to do like this:
Creating a deployment environment for MVC projects
Deploying the projects' database to Azure SQL.
Publishing the MVC to Azure.
More details you could refer to below articile: Tutorial: Use EF Migrations in an ASP.NET MVC app and deploy to Azure
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best regards,
Yijing Sun
4 people are following this question.