G
Guest
I am attempting to create a Process object and run it as the logged on NT
user. How can I set the user context for a Process.
I am running the Process from a web service.
Running .Net 2.0 Beta1; Windows Server 2003
I have gotten it to work by setting the Identiy on the Application Pool set
on the Virtual Directory containing this web service to a specific user.
However, this web service will be called by more than user on the domain,
thus this won't work except for the one user. Is there another option?
Thanks,
Ryan
user. How can I set the user context for a Process.
I am running the Process from a web service.
Running .Net 2.0 Beta1; Windows Server 2003
I have gotten it to work by setting the Identiy on the Application Pool set
on the Virtual Directory containing this web service to a specific user.
However, this web service will be called by more than user on the domain,
thus this won't work except for the one user. Is there another option?
Thanks,
Ryan