Is this possible? I have an app where we are using forms authentication and are allow editing/changing of security role names. Since I have set permissions with <location> tags in web.config (i.e. allow roles="Administrator"), I will also need to modify the values there. TIA, JP
web config is just an xml file so you can read/alter/save it using the normal xml namespaces. However note that doing so will cause your application to be restarted. "Joey" wrote in message news:1186672685.131265.268790@g4g2000hsf.googlegroups.com... > Is this possible? > > I have an app where we are using forms authentication and are allow > editing/changing of security role names. Since I have set permissions > with <location> tags in web.config (i.e. allow roles="Administrator"), > I will also need to modify the values there. > > TIA, > JP > >