I've built a basic authentication system using all of the login controls and
a custom screen to manage roles using the Membership, MembershipUser, and
Roles classes. So now I can manage users and roles from the website. But,
what classes are available to manage access rules (permissions)? d...
more >>
Hi Guys,
I have setup a SQL 2005 DB with ASP.NET membership tables.
Everything seems to work and I am able to connect to this DB (sitting in
different server) because the WSAT allows me to create users and roles.
However, when I place a login control on the application and hit the login
b...
more >>