I realise that this question has been asked a number of question, and the general feeling is to migrate to universal provider. However I am desperately trying to keep my code the same for hosting.
It is mvc3/.net4/EF4.1/SQL Server 2008 sp2.
So it is possible to migrate and use the Membership provider in the Azure "SQL Database" and Azure "Website" environment. I did try migrating the Membership tables using SQLAzureMW, but got user and role create errors, in addtion to "hints" being depracated.
Is there a way to port membership provider to Azure Websites.
Many thanks.