Ask a Question related to ASP.NET Security, Design and Development.
-
bob Sterrett #1
check a running process, impersonate
I found that I could start a process from an aspnet page, but not check to
see if it was running!
I found a splendid little article that seemed to show how to do this by
doing impersonation. The interop logon call fails! Ok, so I thought I
might get this done by creating a component. That code all works outside of
iis5 on windows 2000 server, but again fails when I try from within an
aspnet page (VB). So, I tried loading it into MTS. No go there either.
The aspnet account is allowed to run as part of the operating system. I've
tried various policy settings on the account used for impersonation to no
avail.
I'm sure there is something very simple that I am not doing. Anyone have
any ideas?
bob sterrett
[email]bob@novares.com[/email]
bob Sterrett Guest
-
ASPX IMPERSONATE PROCESS
I have an aspx page that creates a process that executes robocopy. Robocopy basically compares files located on two separate servers. When I set it... -
running .exe in PHP, but not as a process
I am using PHP as an ISAPI module, and I have an executable (.exe) file that must be run from PHP, but not as a "background process". For example if... -
How to impersonate the child process of a web service
I am running a web service on IIS 6.0, impersonation is set to true, so my web service can access resources depending on the client's privileges,... -
Two Worker Process running at once
I have been having a problem where two aspnet_wp are starting when I view a web page I made. This has just started happening. If anyone has had a... -
How to impersonate the child process of an ASP.NET application
I am running a web service on IIS 6.0, impersonation is set to true, so my web service can access resources depending on the client's privileges,...



Reply With Quote

