Reputation: 1894
I have only "web role" without the MVC ? how can i add an option for ASP.NET MVC 4 web role ?
I would like to follow those examples and i cant because i don't have this option: http://www.c-sharpcorner.com/UploadFile/abhikumarvatsa/working-with-azure-blob-storage-in-mvc/
and this :
https://www.youtube.com/watch?v=77JMd49Va_g&index=7&list=PLpSms-ovawn4aC8Wx6rLQVravCq-CUuOq
I cant follow because they start a cloud project and than they choose "MVC 4 Web Role" and i have only "Web Role" so i cant proceed with this example..What can i do ?
Upvotes: 0
Views: 609
Reputation: 306
Ron,
If you have the already existing Cloud Service Visual Studio project, you can right click at the project's 'Roles' node in the solution explorer, add a new 'web role project', specify asp.net web role and select MVC at the next page in the project creation wizard.
Simon.
Upvotes: 2