DCOM Permissions Configuration from .NET

  • Thread starter Thread starter Robert Bogue
  • Start date Start date
R

Robert Bogue

Has anyone seen any code for setting DCOM permissions from .NET? There's
the DCOMPERM sample from VS 6.0 C++ but I've not seen a way to do this in
..NET. I can convert the code but I'm looking for an easier solution.

I'm trying to put together an installer and I need to tweak the access
permissions.

Rob

--
Robert Bogue
Microsoft MVP Server-Networking
MCSE(NT4), MCSE (W2K), MCSA:Security (W2K), CNA, A+, Network+, IT Project+,
Server+, Security+, CDIA+, E-Biz+
Crowe Chizek and Co LLC
 
Rob,

I am trying to do the same thing, but I have not been able to get this to do what I want even in 6.0 C++. I am not too familiar with COM but I need to add a user to the DCOM default launch permissions on the client machine, preferably with a config tool we use. Can you tell/show me how you got this to work?

Thanks.

Chad

**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
 
Okay, ignore that last post. I was under the impression that I had to run that from the folder with the executable in it. When I just opened the command prompt and typed in the command it worked as it was supposed to.

**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
 
Back
Top