asp.net default MembershipProvider and accessing it through code

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?
 
P

Peter Bromberg [C# MVP]

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
 
A

Andy B

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top