DCOM administration

N

Nessi

Hi yall!

I have to setup an environment mostly programmatically (such as create
an IIS application pool, set its permissions, create a website, add mime
types) and finally I have to adjust some activation permission in the
IIS DCOM configuration as described in http://tinyurl.com/dxqd2b.

It has to be done on a system with IIS7 (such as Windows Server 2008)
and on a system with IIS6 (such as Windows Server 2003).

Any hints, links, tipps are highly appreciated.
 
N

Nessi

=== original message ===
from: Big Steel
date: 2011-06-29 18:59
[IIS/MetaBase/program/blabla]

I think you are going to have to post to an IIS NG or forum and Win 2k3
and 8 NG or forum.

Initially I thought so, too, but they'll most probably guide me through
the menus and that way I already know.
So my bet still is on the developers ;)

Cheers,
Udo
 
A

Arne Vajhøj

I have to setup an environment mostly programmatically (such as create
an IIS application pool, set its permissions, create a website, add mime
types) and finally I have to adjust some activation permission in the
IIS DCOM configuration as described in http://tinyurl.com/dxqd2b.

It has to be done on a system with IIS7 (such as Windows Server 2008)
and on a system with IIS6 (such as Windows Server 2003).

Any hints, links, tipps are highly appreciated.

I think Nant can do some of this with NantContrib installed.

http://nantcontrib.sourceforge.net/release/latest/help/tasks/mkiisdir.html

Arne
 
A

Arne Vajhøj

=== original message ===
from: Big Steel
date: 2011-06-29 18:59
On 6/29/2011 7:10 AM, Nessi wrote:
Hi yall!
[IIS/MetaBase/program/blabla]

I think you are going to have to post to an IIS NG or forum and Win 2k3
and 8 NG or forum.

Initially I thought so, too, but they'll most probably guide me through
the menus and that way I already know.
So my bet still is on the developers ;)

As far as DCOM in regards to IIS, transactions and .NET, it's MDTC not
DCOM that's being used.

????

DCOM is COM over DCE aka MSRPC.

MSDTC is a transaction manager.

..NET supports DCOM.

MSDTC works fine with DCOM.

Arne
 
N

Nessi

Hi!

=== original message ===
from: Arne Vajhøj
date: 2011-07-07 01:43
Correct.

But I believe it can setup web sites and set permissions.

Yes it can. THis kind of code, I already have. The only part that's
missing, is the DCOM. But there still is no light at the end of the
tunnel ;)

Cheers,
Udo
 
A

Arne Vajhøj

Yes it can. THis kind of code, I already have. The only part that's
missing, is the DCOM. But there still is no light at the end of the
tunnel ;)

Then I misunderstood the problem. Sorry.

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top