Where does the AccountController in Asp.Net MVC 2 store its data?

Posted by JLago on Stack Overflow See other posts from Stack Overflow or by JLago
Published on 2010-05-17T16:47:59Z Indexed on 2010/05/17 16:50 UTC
Read the original article Hit count: 170

Filed under:

I'm creating a website using ASP.NET MVC 2 and I'm thinking of using the default AccountController and Views to take care of the Users.

The only problem is that, for all the rest, I'm using a Postgres database.

Is there a way to link The account controller to a User class defined by me?

I'm using Nhibernate to connect to the database, so I'll have a User class with whatever fields necessary.

Thanks very much.

© Stack Overflow or respective owner

Related posts about asp