Web site deployment on azure and traditional IIS

I am currently working with an outdated asp.net web application, and one of the requirements that must be met is that it can be deployed to windows azure.

I would like to know how difficult it will be to manage the deployment on both Azure and the traditional IIS web server.

It seems that Azure requires a specific individual version of the web appliciton project, whether it is possible to deploy a customized web application to a standard IIS instance after converting it.

EDIT:

This is an ASP.NET web application, not a website (compiles everything into one DLL)

UPDATE:

As a result, due to the amount of work associated with converting the application to work in Azure and the cost of Azure compared to other cloud solutions, it was decided to go with a traditional Virtual Server hosted on the cloud.

And thanks for the really good answers.

+5
source share
3 answers

Regardless of whether you can deploy the application to Azure almost as much as your application works. Azure pretty much requires your application to be stateless. If this is a regular vanilla web application that only stores data in the session or application cache and only stores data in the database, you can deploy it to Azure.

, ( ), ( ), . , Azure, , . - .

, , Azure, API , / ( , , ), . blob-as-file-system . , Azure, Azure, Azure, . Azure SDK Azure-, .

, Azure, . , , Azure, , -, . Azure Web Role Azure, IIS , .

-, -, MVC, . .NET. PHP Java , . , Azure.

MS Azure Platform-as-a-Service (Paas), , , , Amazon AWS, Infrastructure- as-a-Service (Iaas), "" . MS IaaS, AWS, , . AWS Azure - AWS , , Azure Windows Server 2008 R2 ( ). Azure, AWS, PaaS, . AWS , .

, Azure ( AWS, ) , , - . Azure , Azure, , HTTP REST / . , / , , , ( / , ).

+8

:

  • Samuel Neff (Cloud Drive). , . .
  • Windows Azure, (, , ..).
  • , -, . , OnStart(), . ( , COM- ..). , .
  • asp.net . In-proc , . SQL Azure , - (. SQL Azure ). - AppFabric Cache, , . -- asp.net. . AppFabric Cache .NET; REST ( - , , - REST interface)..NET, Java PHP . Ruby .
  • , . , , ParaLeap AzureWatch. Microsoft System Center Operations Manager, Windows Azure. , .

StackOverflow, .

+4

I have not tried the Windows Azure Migration Scanner personally, but if it works as advertised, it will really come in handy.

0
source

All Articles