asp.net default MembershipProvider and accessing it through code

  • Thread starter Thread starter Andy B
  • Start date Start date
A

Andy B

In Visual Studio 2008, I plan on creating the default membership provider
and rolls in a custom database (through the web admin tool). I need to know
how I would access user/login info and general things like that through
code. More exactly, I have an sql query that will require the userID of the
currently logged in user as a filter for different records. It will also
require that I insert the userID of the created user into the record. So, I
guess I will need to create users on the fly through custom code as well.
Where can I get tutorials and stuff on these ideas?
 
Check the QUICKSTARTS section at the ASP.NET web site; it covers most all of
this stuff very nicely.
BTW that would be "roles", not "rolls" - rolls are what you have with
dinner.
Best of luck,
Peter
 
Sorry... mistype...


Peter Bromberg said:
Check the QUICKSTARTS section at the ASP.NET web site; it covers most all
of this stuff very nicely.
BTW that would be "roles", not "rolls" - rolls are what you have with
dinner.
Best of luck,
Peter
 
Back
Top