Ask a Question related to ASP.NET Security, Design and Development.
-
Tim Chandler #1
Setting folder permissions on remote machine / remote domain
Hello there,
I have the following problem:
I have Machine A which runs my website. I have Machine B which holds
folders for users. Machine A and Machine B are in separate domains.
My goal:
From the website on Machine A, I want to create folders on Machine B,
and set the permissions to a specific user who resides in the domain
Machine B is part of.
Progress:
So far I can create the folders without problems. When I go to set
the permissions, I am attempting to impersonate the Administrator
account on Machine B (from the website on Machine A). I have set
Machine A to let ASPUSER
"act as part of the operating system". I believe my inheritance code
works because if I inherit a user on Machine A, the inheritance works,
but then of course the command to set the folder permissions doesn't.
If I read correctly at Microsoft's website, one cannot use LogonUser
to logon to a remote machine (in this case, I tried it with Machine
B). Is there a way to impersonate the Administrator on Machine B
(which is in a separate domain)? Or is there a much easier way to set
the permissions on a remote folder for a remote user that I'm not
seeing?
Thanks for any advice folks can offer.
Tim Chandler
[email]tim.chandler@iname.com[/email]
Tim Chandler Guest
-
filecopy from remote machine to local machine
Hi, I am tryin to copy a tar file from remote machine to local machine using Net:Telnet. I am using the following logic : my(@Out) =... -
Setting cookie on remote machine (web service?)
Is it possible to use a web service to set a cookie on the domain that the web service is executed on? I need to set a cookie for siteA from siteB,... -
Remote Permissions for Web Service
Hello everyone. I am currently attempting to use the service controller class to display status and start/stop services on a box via a... -
Help with setting folder permissions
I'm running XP Home Edition on a Dell Dimension 8100, Pentium 4, 80 gig HD, 256 RAM (although none of that info will probably be needed to answer... -
Setting Folder Permissions
Hi, I am sooo lost with a problem I have. I bought a new digital camera and when I tried to install the software it got an error message "unable to...



Reply With Quote

