Reputation: 175
How can i make something like this in MVC3 where i can still use [Authenticate] in the controller (or in a filter that is applied to all pages except the login page) ?
This approach, seems to be rather difficult for me in ASP.NET. :-)
Upvotes: 0
Views: 1862
Reputation: 60556
This is already build into Asp.Net. I think you should have a look at the Membership provider => http://msdn.microsoft.com/en-us/library/yh26yfzy.aspx
Upvotes: 4