fbpx

Migrating an ASP.Net application to Windows Azure

Migrating an ASP.Net application to Windows Azure

Migrating an ASP.Net application to Windows Azure

Azure: It’s not just a nice color

Windows Azure is Microsoft’s entry into the cloud. Microsoft was a little late to really get into the Cloud Computing party when compared to some cloud heavyweights like Amazon AWS (S3, EC2) and Google Apps/App Engine but nevertheless Windows Azure is a very strong entrant in its own right. It is intended to simplify IT management and minimize up-front and ongoing expenses. To this end, Azure was designed to facilitate the management of scalable Web applications over the Internet. The hosting and management environment is maintained at Microsoft data centers. Windows Azure can be used to create, distribute and upgrade Web applications without the need to maintain expensive, often underutilized resources onsite. New Web services and applications can be written and debugged with a minimum of overhead and personnel expense. Azure enables you to easily scale your applications up or down to any size. You only pay for the resources your application uses. Azure is deployed across multiple data centers around the world, enabling you to deploy your applications closer to your customers. The key value for Microsoft shops is that it has unique features for the .NET stack, and is very competitively priced compared to the market leader Amazon or others. It is a compelling value for Startups, smaller shops, or larger corporations who want to host an application (or a proof of concept) at a low entry price with high availability, and possible quick upward scaling.

Why we choose Windows Azure

For the client we implemented Azure for, we had previously built an ASP.NET web application that saw growing traffic; domestically and then internationally. Our client also wanted to expand their product base. We were hosted at the time on a beefy single box dedicated environment. This posed a teaser for technical team, on how the web site could be scaled with increased usage and how the web site will perform with increased data and traffic load. We wanted a hosting environment that would scale up with the increase of site usage and also scale out with the increase of data storage. Of course, we could move to a multi box environment with load balancing etc. but we were already paying large hosting fees for an application that had a lot of users but whose traffic patterns were sporadic (mainly geared around when new products/data came out). We felt it was a good time to look at Cloud computing as a good technical as well as economical alternative.

After doing the cost analysis for upgrading the physical web server and database server to get the performance and scalability, we decided to go for Cloud environment. (More details to come in a follow up post.) Here are some of the immediate benefits:

  1. Cloud allows you to decrease your costs for building and expanding your on-premises resources
  2. Depending on how you use it but especially for Platform as a Service or Infrastructure as a Service options, it really cuts down the maintenance and support side of traditional hosting with not having to deal with SQL Server maintenance, OS level patching, IIS settings etc.
  3. Dynamic scaling: based on increased usage of site we don’t have to invest in new servers, we can spin off new VM’s on an as-needed basis. You pay for what you use.
  4. Easy deployment with no downtime
  5. Add-on features like: Dedicated Caching processes, international regional availability, Data Analytics, Hybrid Services, etc.
  6. Data replication/backup etc. is behind the scenes and automatic

Once we decided that it was worth serious investigation, we decided to explore its use as a Disaster Recovery environment. Then we jumped right into the nuts and bolts. Below are some of our learnings.

Web application Migration Process:

Before you begin you should have installed Windows Azure SDK. You can click here to download Azure SDK.

Migrating existing ASP.Net application to run on Windows Azure platform is a 3 step process:

  1. Create New Windows Azure project (Open the Visual Studio in Administrator mode).
  2. Alter configuration values.
  3. Deploy the application to cloud environment.

Create New Windows Azure project:

  1. Open the Visual Studio in Administrator mode. Create a new project by clicking File–> New Project.
  2. Select C# –> Cloud –>Windows Azure Cloud Service AzureBlog_Image1
  3. Add “Roles” to your project. Our ASP.Net web application was using cache, so I created a new Azure project with 2 Roles a. Web Role b. Cache Worker Role (If you are not making use of shared Caching, then you don’t need this Role) AzureBlog_Image2
  4. To include existing web project you can skip above step and from the Solution explorer, right click to include you project as “Web Role” AzureBlog_Image3
  5. Create a cloud service using Quick Create AzureBlog_Image4

Alter configuration values

  1. Change configuration values like connection string pointing to correct database. If you are using Set the Number is instances to run in cloud AzureBlog_Image5

Deploy the application to cloud environment

Following are the steps you need to go through to deploy a cloud application using visual studio 2012.

  1. Right click on project and click “Publish”. AzureBlog_Image6
  2. Publish wizard will open up AzureBlog_Image7

Select the subscription and click Next

Select the Cloud Service, Environment, Build and Service configuration

AzureBlog_Image8 Click Publish to “Publish” the website.

Windows Azure Migration Gotchas!

Even though migration process to Azure is relatively simple there are some minor issues that can crop up because the Azure environment isn’t exactly the same as traditional environments. Here are some of the learnings while migrating the website.

  1. Error when passing string[] to webAPI method: I was passing string[] to a webAPI method and after the conversion, this code started throwing an error. Solution: Convert parameter type from string[] to dynamic. AzureBlog_Image9
  2. “Web.config transformation: Unrecognized attribute ‘xmlns:xdt’. Note that attribute names are case-sensitive” Error. Solution: Delete the content of “Obj” folder.
  3. “ErrorCode:SubStatus:The connection was terminated, possibly due to server or network problems or serialized Object size is greater than MaxBufferSize on server”. Solution: Before storing the objects in Windows Azure Cache, serialize the object and find out the size of it and if the size is above 8 MB, split the object into smaller chunks, may be byte arrays, etc and then store the byte arrays in Cache.

References:

  • http://msdn.microsoft.com/en-us/library/windowsazure/hh694036.aspx#goodfit_benefits
  • http://www.windowsazure.com/en-us/overview/what-is-windows-azure/

Related Blogs

have a question?

Send us a message

stay informed
Subscribe to 2m2x! Get the latest insights on innovation from our CEO, Rajiv Menon

We love making an impact!

To request a call, fill out the form below and an Informulate team member will reach out to discuss your project needs.

Time To Reinvent Your Company?​

Time to reinvent your company but not sure where to start? Download or free Innovation Workbook to get started today!

* You will be automatically redirected to the Workbook after you complete the form.

Process Automation

To learn more about our Process Automation solutions, fill out the form below and an Informulate team member will reach out to discuss your project needs.

Code Review

To learn more about our Code Review, fill out the form below and an Informulate team member will reach out to discuss your project needs.

Process Audit

To learn more about our Process Audit, fill out the form below and an Informulate team member will reach out to discuss your project needs.

AI Workflow Review

To learn more about our AI workflow Review, fill out the form below and an Informulate team member will reach out to discuss your project needs.

Digital Transformation

To learn more about our Digital Transformation solutions, fill out the form below and an Informulate team member will reach out to discuss your project needs.

Product Development

To learn more about our Product Development solutions, fill out the form below and an Informulate team member will reach out to discuss your project needs.

Team Enrichment

To learn more about our Team Enrichment solutions, fill out the form below and an Informulate team member will reach out to discuss your project needs.

Business Intelligence

To learn more about our Business Intelligence solutions, fill out the form below and an Informulate team member will reach out to discuss your project needs.

AI Consulting

To learn more about our AI Consulting solutions, fill out the form below and an Informulate team member will reach out to discuss your project needs.

We are ready to help you succeed!

To request a call, fill out the form below and an Informulate team member will reach out to discuss your project needs.

We love making an impact!

To request a call, fill out the form below and an Informulate team member will reach out to discuss your project needs.

We love making an impact!

To request a call, fill out the form below and an Informulate team member will reach out to discuss your project needs.

We love making an impact!

To request a call, fill out the form below and an Informulate team member will reach out to discuss your project needs.

Digital Transformation

To learn more about our Digital Transformation solutions, fill out the form below and an Informulate team member will reach out to discuss your project needs.

We love making an impact!

To request a call, fill out the form below and an Informulate team member will reach out to discuss your project needs.

Submit Your Resume

To apply for this position, fill out the form below and attach your resume in PDF format. A member of our HR team will review your submission and reply accordingly.

We love building things!

To request a call, fill out the form below and an Informulate team member will reach out to discuss your project needs.