Hi,
In ASP.NET 1.1, we have developed a module which includes a call to
GetProcessById() function of System.Diagnostics.Process. This works fine
if the ASP.NET is running under System context or if the ASPNET user is an
administrator.
The problem is, in the user's machine, the user context under which the
ASP.NET is going to run should not have adminstrative privileges. At
that time, this shows an exception with the following message. "Cannot get
process information from the remote machine". Can you please tell what
are all the access the ASPNET user must have , to get the process id?
Our environment is Windows 2000 server with Service pack 4
Thanks and Regards,
Narasimhan