GetProcessesByName on Server2003 terminal server session

G

Guest

I am using Process.GetProcessesByName("SomeName") in my app and it workes on
most windows platforms. On most - it does not work in a terminal server
session on a Windows 2003 server. Although the app is strong named and the
server has a code group with full access, Process.GetProcessesByName() throws
a security exception.

Can anybody tell me how to get this working on a terminal server???

Thanx, Hans
 
R

Russell Stevens

Hans,

The current solution from Microsoft (I just did a tech support incident on
it) is to add your user to the Performance Monitoring group (only Microsoft
can explain why <g>.

Russ Stevens
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top