ASPNETDB Stored Procedures documentation?

  • Thread starter Thread starter Andrew Morton
  • Start date Start date
A

Andrew Morton

Is there any documentation for the stored procedures which are in the
ASPNETDB membership database?

I'd like to use those SPs directly as the ready-made controls are not
suitable for the design I'm working to.

I can /guess/ what parameters should be supplied to some of them from the
names of the parameters, but that cannot be a good way to go about it.

Andrew
 
Dans : Andrew Morton écrivait :
Is there any documentation for the stored procedures which are in the
ASPNETDB membership database?

I'd like to use those SPs directly as the ready-made controls are not
suitable for the design I'm working to.

Why not use System.Web.Security.Roles and System.Web.Security.MemberShip
classes.
 
Fred said:
Dans : Andrew Morton écrivait :

Why not use System.Web.Security.Roles and
System.Web.Security.MemberShip classes.

Aha! Somehow I hadn't got to those in the help, in particular the
MembershipUserCollection is what I need.

Thanks,

Andrew
 
Back
Top