views:

116

answers:

1

I'm building a website and I'd like to avoid using asp.net membership. I want to consider some alternatives before I decide to write this code from scratch. Are there any open source projects that tackle the authentication problem?

note: I need user/pass auth (can't use Open Id).

A: 

Rhino Security is an option and there are some articles on how to integrate it with ASP.NET MVC as well.

Lance Harper