Azure Development Services |
Migrating from an ASP.NET Website to Windows Azure
1. You need to follow these steps:
• Convert your project to 2010
• Convert ASP.NET website to Web Application.
• Then on the solution file, you need to click Add project
• After that choose cloud project (and do not choose any role)
• Then Right click the cloud project
• Then choose add role from solution
• Add WebRole.cs to web application project
• Run and test
• If everything works then you are in the cloud then.
2. The very first step is to create a new Windows Azure project. The project should be into which code from your existing web application will be migrated.
4. Then deploy your newly cloud-enabled application to the cloud.
5. This could be easy and straight forward steps to follow until you hit issues or problems.
• If your website needs access to the local file store
• NO LONGER VALID
• There are few differences between SQLAzure and SQL2008
You must necessarily follow the above steps to migrate from ASP.NET to Windows Azure in an easy way. All you need is to create a new Windows Azure project and then continue development on it. The project must be efficiently handled within proper coding system and under expert developer unit.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.