M
Michael Johnson Sr.
I am trying to view a list of running processes using ASP.NET with C#, I
found System.Diagnostics.Process which seems to work good with IIS 5 and XP,
when I move the application to Windows 2000 Server, I start having alot of
access denied errors. Before i only got access denied when trying to stop
another user process, on win2000 i get it for everything, I used an admin
enabled account with <identity> which didn't fix it.
In the event log, there is errors about accessing performance metrics or
something on MS technet, it says you must be admin.
I also went into machine.config and set worker process to run as SYSTEM
rather than MACHINE, anyone have any ideas what I can do to fix this?
found System.Diagnostics.Process which seems to work good with IIS 5 and XP,
when I move the application to Windows 2000 Server, I start having alot of
access denied errors. Before i only got access denied when trying to stop
another user process, on win2000 i get it for everything, I used an admin
enabled account with <identity> which didn't fix it.
In the event log, there is errors about accessing performance metrics or
something on MS technet, it says you must be admin.
I also went into machine.config and set worker process to run as SYSTEM
rather than MACHINE, anyone have any ideas what I can do to fix this?