Hi, I am searching for sample code how to setup the file permissions (IIS) to be anonymous. It should be possible to do this from within a setup application calling this tool. Also the file should be uploaded before this is done. Is there anywhere a sample ? It is propably done with some of the classes inside this namespace: System.Security.AccessControl (.net 2.0) Any help ? Thanks Lothar
I know you want to do this from a setup, but this isn't a question about setup. It's a question about the FW security classes if your guess is correct, so try asking in a security ng. -- Phil Wilson Definitive Guide to Windows Installer http://www.apress.com/book/view/1590592972 "Lothar Behrens" wrote in message news:185c5527-70e5-4a22-960a-af58b8866269@56g2000hsm.googlegroups.com... > Hi, > > I am searching for sample code how to setup the file permissions (IIS) > to be anonymous. It should be possible > to do this from within a setup application calling this tool. Also the > file should be uploaded before this is done. > > Is there anywhere a sample ? > > It is propably done with some of the classes inside this namespace: > System.Security.AccessControl > > (.net 2.0) > > Any help ? > > Thanks > > Lothar