|
programatically set windows dir perms
anyone know how to set a directory to read/execute programatically either from a batch file or .NET ?
i'm trying to setup an IIS directory, but the internet user needs to be able to read/execute that directory. i think it's going to be too difficult to find the actual IIS user between different machines, .. but if i can set the 'Everyone' user to read/execute, that would probably do the trick.
|