Membership with Microsoft Access

Posted by sanfra1983 on Stack Overflow See other posts from Stack Overflow or by sanfra1983
Published on 2010-04-25T09:30:51Z Indexed on 2010/04/25 9:33 UTC
Read the original article Hit count: 178

Filed under:

Hi, I'm doing project in asp.net mvc with Micorsoft Access database and I need to figure out how to make a login system and roles with Microsoft Access. I have seen some examples on the web:

[http://binarywater.com/OleDbASPNETMembershipProvider.html][1] [http://imar.spaanjaars.com/QuickDocId.aspx?quickdoc=404][2]

I want to understand if they are examples that can be used in asp.nt mvc frmework 1.0 with 3.5. Because the first link talks about asp.net 2.0 and also create the DataBase aspnetDB.mdb how do I use tables in my db?

You want to be one of your suggestions Thanks again for your help

© Stack Overflow or respective owner

Related posts about asp.net-mvc