ASP.NET MVC User authentication - why it should be so sophisticated?

Posted by Serge on Stack Overflow See other posts from Stack Overflow or by Serge
Published on 2009-12-24T14:21:52Z Indexed on 2010/03/16 0:09 UTC
Read the original article Hit count: 249

Hello guys,

I'm trying to use ASP.NET MVC to my new project and have been expected that the user authentication should be rather simple there. My goal is to have a separate user database table in my main database.

I thought that the SqlTableProfileProvider should be the solution. So I added the corresponding table into my database and changed the web.config file. But it seems no matter what I change there, my web application still using the default authentication (via ASPNETDB.mdf file).

What could be the problem?

(my web.config file beginning is:)

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about authentication