1

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.

1 Answer 1

1

For the benefit of all:

The answer I used was :

http://support.microsoft.com/kb/2006191

You can use the old Membership providers, but with a tweaked Script as above.

Also I recommend the current version of MS's SSDT for schema and data comparison. Really useful tool for syncing DB to and from Azure.

Hope this helps.

Sign up to request clarification or add additional context in comments.

2 Comments

This script is no longer available
Does anyone have these scripts or know where they can be found?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.