Forum Moderators: open

Message Too Old, No Replies

FileScripting Object

I can create a folder, but how to set permission?

         

txbakers

4:15 am on Mar 24, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I can create the folder no problem, but how to alter permissions through the object? I couldn't find the method for that.

txbakers

4:24 am on Mar 24, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



never mind - i created an "outside" folder with the proper permissions, then created my new code based stuff within that one.

aspdaddy

8:34 pm on Apr 1, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The only way to do it in ASP is using Active Directory Service Interfaces (ADSI).

This is because permissions are stored in Active Directory, not the object itself.