David
David

Reputation: 135

How To Convert An Existing MVC5 Website To Web Role

I have created an MVC5/EF6 website which is running on Azure - I have hit a problem on the reporting side (AZURE Hosting & MVC5 Reporting) with one possible solution being to create a web role?

Is it as easy as creating a web role project and adding my existing project to it? What do I need to do on the Azure side of things or will it just work?

Thanks in advance!

David

Upvotes: 0

Views: 652

Answers (1)

Gaurav Mantri
Gaurav Mantri

Reputation: 136334

Assuming you have Windows Azure SDK .Net for Visual Studio 2013 installed, easiest way would be to right click on the web project, click on Convert and then choosing Convert to Windows Azure Cloud Service Project as shown in screenshot below.

enter image description here

Upvotes: 4

Related Questions