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
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