'How to do DCOM Security in Docker

For my product, the IIS_IUSRS user should be added as COM user. So on regular windows machine we do

  1. in Component Services, expanded Component Services item in left panel Expanded Computers item in left panel Right-clicked My Computer item in left panel and selected Properties from popup menu

  2. Selected COM Security tab In Launch and Activation Permissions box, clicked Edit Default button Clicked Add button Entered IIS_IUSRS in empty box, clicked Check Names button and clicked OK button Ticked Allow for Local Activation and clicked OK button Clicked Apply button then OK button

How can I do this in docker container ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source