Re: ASP .Net ID and DCOM object creation on remote COM+ server
From: Arild Bakken (arildb_@hotmail.com)
Date: 06/06/02
- Next message: Arild Bakken: "Re: office automation asp .net security problem"
- Previous message: J. v.d. Bovenkamp: "SSL on events"
- In reply to: Michael: "ASP .Net ID and DCOM object creation on remote COM+ server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Arild Bakken" <arildb_@hotmail.com> Date: Thu, 6 Jun 2002 15:22:07 +0200
Hi,
I've been facing almost the same situation. I still haven't found any good
solution.
But, why is a domain account not desireable? Creating a domain acconut with
only the permissions that it will need shouldn't pose too much of a security
issue. What are your concerns about this - I would really like to know
before I use that as the solution to my problem.
Arild
"Michael" <mwpeters@mindspring.com> wrote in message
news:42c69a01.0206050954.1c323368@posting.google.com...
> We are implementing a solution where a web server will be runing an
> ASP .Net app and will need to instantiate a DCOM object on a remote
> server. The problem currently is that the site is running under the
> ASPNet ID and thus is not authenticateable by the remote server...thus
> it can not use the remote object.
>
> The current ideas we have had so far are:
> 1. Run the site under a domain account. This is not desireable.
> 2. Write a small class to impersonate a domain account before
> creating the DCOM object. Easy, but does not seem like the right
> answer.
> 3. Set the password on ASPNET ID. Setup the same ID and password on
> the remote machine. We wonder if this will create a maintenance
> issue.
> 4. Wait for IIS 6...not an option due to it being so far out.
>
> Any comments or ideas would be appreciated.
>
> Michael
- Next message: Arild Bakken: "Re: office automation asp .net security problem"
- Previous message: J. v.d. Bovenkamp: "SSL on events"
- In reply to: Michael: "ASP .Net ID and DCOM object creation on remote COM+ server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|