Guest User

Untitled

a guest
Sep 4th, 2018
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. Creation remote DCOM object fails under IIS 7 with System.UnauthorizedAccessException
  2. Type objBlType = Type.GetTypeFromProgID("NetCatService.CatalogServer.1", netCatServerAddress, true);
  3. instance = Activator.CreateInstance(objBlType);
  4.  
  5. <system.web>
  6. <trust level="Full" />
  7. <identity impersonate="true" password="pass" userName="userName" />
  8. </system.web>
Add Comment
Please, Sign In to add comment