Hi
I'm having win32 application that calls a web service to create a specific directory on the server. After impersonating to the authenticated user, I have to create the folder with specific access permission (admin and authenticated user only).
What is the best way to create the directory with specific permissions using
vb.net (or C#). note that my app is running on .Net 1.1
A short example would be much appreciated.
Thanks in advance.
Eelis