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?
Take the 2-minute tour
×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
Absolutely it can be done with MVC, EF and Azure. You need to
I would recommend not to create any of your own infrastructure for authentication or authorization but leverage the ASP.Net buildin infrastructure |
|||
|