2

is it possible to make asp.net mvc web portal with authorization on windows azure. I want to use Entity framework to access database. Is it possible and if it is, how can I do it?

1 Answer 1

3

Absolutely it can be done with MVC, EF and Azure. You need to

  1. Create ASP.Net membership provider tables in SQL Azure. See here
  2. Get EF membership provider implementation from here
  3. Have a look at the ASP.Net MVC membership starter kit here to see how it provides pre build component to to authentication and authorization.

I would recommend not to create any of your own infrastructure for authentication or authorization but leverage the ASP.Net buildin infrastructure

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

Comments

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.