We have a .NET (WPF) application that is interacting with the Lync SDK. The application works great outside of Inteset and our user accounts belong to the Administrators group on the machine.
Our problem occurs when we run our application through Inteset. We see AccessDenied exceptions coming from the Lync SDK when we attempt to marshal pointers across our processes. For example, attempting to show the incoming video feed from the Lync SDK inside our application.
We've discovered that we can reproduce this problem outside of Inteset by right clicking our application shortcut and choosing "Run as Administrator". We believe the error occurs because the Lync SDK is a separate process that is running in a non-elevated state and the inter-process communication is failing because the security contexts are different or something.
I'm guessing that the Inteset process runs as an elevated process to lock down the machine. As an extension of this, perhaps Inteset is also launching our application with elevated privileges? Is it possible to configure Inteset to launch our application as a Basic User?
Our requirements are to restrict access to the UI (startmenu, desktop icons) and windows keys (ALT+Tab, ALT+F4, CTRL+ALT+DEL, etc).
Our problem occurs when we run our application through Inteset. We see AccessDenied exceptions coming from the Lync SDK when we attempt to marshal pointers across our processes. For example, attempting to show the incoming video feed from the Lync SDK inside our application.
We've discovered that we can reproduce this problem outside of Inteset by right clicking our application shortcut and choosing "Run as Administrator". We believe the error occurs because the Lync SDK is a separate process that is running in a non-elevated state and the inter-process communication is failing because the security contexts are different or something.
I'm guessing that the Inteset process runs as an elevated process to lock down the machine. As an extension of this, perhaps Inteset is also launching our application with elevated privileges? Is it possible to configure Inteset to launch our application as a Basic User?
Our requirements are to restrict access to the UI (startmenu, desktop icons) and windows keys (ALT+Tab, ALT+F4, CTRL+ALT+DEL, etc).
0