Hey All
Have been looking at the asp.net examples of forms authenication and also roles, i am building a web app that will have a public site, client manager and admin manager, i wish to have just one login system for both secured area's
The login details will be datastored so i will have a role flag in the db, how can i control the roles other than using web.config because i want this to be dynamic and not have hard coded login details in the web.config's
Many Thanks
Carl




Reply With Quote