J jogiboparai Dec 6, 2005 #1 Can we Manage Roles in Database instead of web.config file in ASP.NET Applications while implementing Role Bases Authentication?
Can we Manage Roles in Database instead of web.config file in ASP.NET Applications while implementing Role Bases Authentication?
P Patrick.O.Ige Dec 6, 2005 #2 Look at a sample here using Role based forms Auth at: http://aspnet.4guysfromrolla.com/articles/082703-1.aspx Hope that helps Patrick
Look at a sample here using Role based forms Auth at: http://aspnet.4guysfromrolla.com/articles/082703-1.aspx Hope that helps Patrick
D Daniel Fisher\(lennybacon\) Dec 6, 2005 #3 ASP.NET 2.0 Membership API nativly stores the roles in the Database.
S Scott Allen Dec 6, 2005 #4 Here is yet another roles article from a different perspective: http://odetocode.com/Articles/428.aspx
Here is yet another roles article from a different perspective: http://odetocode.com/Articles/428.aspx