Matt Payne Consulting

Avatar

Everything is possible

Articles tagged with 'ColorMatchR'

Customizing Forms Authentication in ASP.Net MVC 3

I'm in the process of building out the core functionality of ColorMatchR. One of the main ingredients is that users can log in, of course.

The obvious choice to support this requirement is Forms Authentication. This allows me to use all of the build-in security related features of ASP.NET, like the [Authorize] attribute.

Normally, this would be straightforward. In fact, the default MVC project comes with ...