Reputation: 3091
I am currently moving from my shared host to azure and I have been migrating my asp.net applications to azure/sql azure. For the mvc3/4 sites, I had to change their membership providers to the Universal Membership provider in order to get them to sit on SQL Azure. Now I have to do the dnn sites and I can't quite fathom what strategy to use. I have tried generating the database script with the For SQL Azure option but I get a tonne of errors like
Deprecated feature 'String literals as column aliases' is not supported in this version of SQL Server.
Also, I don't have the option of installing a fresh dnn portal because it would be too much to try to set up 30+ modules and pages.
So I guess my question is what is the best strategy to migrate an existing dnn portal to windows azure?
Upvotes: 4
Views: 2128
Reputation: 1892
Migrating an existing site to Windows Azure is fairly straight forward (if a little tedious). If you are not running in a webfarm, then the only known issues exist at the database level. To simplify the migration, you should follow the steps below:
Upvotes: 7