Now I am switching from my shared host to azure, and I have migrated my asp.net applications to azure / sql azure. For mvc3 / 4 sites, I had to change the membership providers to the Universal Membership provider to force them to sit on SQL Azure. Now I need to make dnn sites, and I canβt figure out which strategy to use. I tried creating a script database with the For SQL Azure option, but getting a ton of errors, like
The deprecated String Literals as Column Aliases feature is not supported in this version of SQL Server.
In addition, I have no way to install a new dnn portal, because it would be too difficult to configure 30 modules and pages.
So, I think my question is the best strategy to migrate an existing dnn port to windows azure?
source share