Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure and Microsoft ASP.NET MVC

I just got my azure invitation code...yay!

Are there any official samples for windows azure + MS asp.net MVC?

I still don't get the storage providers and services that come with Azure, it's a bit confusing. I don't think MS have done a very good of explaining it.

like image 429
CVertex Avatar asked Nov 30 '08 06:11

CVertex


People also ask

What is Azure in ASP.NET MVC?

Windows Azure platform is Microsoft's cloud solution. Compared to other cloud solutions, the biggest advantage is it seamlessly integrates with Microsoft . NET Framework and the development environment, therefore, regular .

Can ASP.NET used with Azure?

In this quickstart, you'll learn how to create and deploy your first ASP.NET web app to Azure App Service. App Service supports various versions of . NET apps, and provides a highly scalable, self-patching web hosting service. ASP.NET web apps are cross-platform and can be hosted on Linux or Windows.

Is ASP.NET MVC still in use?

It is no longer in active development. It is open-source software, apart from the ASP.NET Web Forms component, which is proprietary. ASP.NET Core has since been released, which unified ASP.NET, ASP.NET MVC, ASP.NET Web API, and ASP.NET Web Pages (a platform using only Razor pages).

How do I deploy MVC to Microsoft Azure?

Open the MVC project's solution in Visual Studio. Right-click the project in the Solution Explorer and select Publish.... Select Microsoft Azure App Service and choose Select Existing. Click Publish.


2 Answers

You can find more details in Jim Nakashima's blog: ASP.Net MVC Projects running on Windows Azure and ASP.Net MVC on Windows Azure with Providers

like image 67
Thomas Freudenberg Avatar answered Sep 29 '22 08:09

Thomas Freudenberg


Just found this tutorial post through Phil Haack's blog.

like image 37
CVertex Avatar answered Sep 29 '22 09:09

CVertex