Interaction with Virtual Server 2005 R2 through COM

    Most recently, I needed to access Virtual Server 2005 R2 from C # code. Together with this product there is a dll through which any interaction is carried out.

    But the interaction did not work due to a strange error about the wrong level of security of the execution context. Unfortunately, I don’t remember what it is called now, the text of the error did not save.

    But as it turned out, the point was that, by default, the impersonation level was set to the “Delegation” state, and for integration with the Virtual Server, “Impersonation” was needed. So the solution was to change the level of impersonation:



    But there was another problem. I didn’t have the “Properties” item in the context menu at the beginning. And all because I turned off the MS DTC service.

    Also popular now: