I want to user Role based security through the authorization section in the web.config file.
Using Membership, my application will allow for new Roles to be created, and thus, the pages they can access need to be set dynamically.
Can I programatically alter this section in the web.config to manage this? If so, how?
ASP.NET needs web.config write permission for this to work, so be careful.