I've built an ASP.Net 1.1 page which allows an account operator to create a userID and password for a new user. We also use a Network Attached Storage device for their personal files. I'd like this script to create a HomeDirectory Folder then give the user, network admins and our antivirus system account access. I've got a WSH script that can do this (assign permissions) using XCACLS, but I don't know how to run this in my .Net page (or if there's a native .Net way to do this).
Just to clarify my question, I can do everything above except the assigning permissions. I'd appreciate any help.
Just to clarify my question, I can do everything above except the assigning permissions. I'd appreciate any help.