Ask a Question related to ASP Components, Design and Development.
-
Frank Drebin #1
Re: DCOM call - Permission denied
Most places will put a common account/password on both boxes. For example
"MTSComponent" and "somegoodpassword". You set the COM package to run as
this account, then on the other machine, you have that SAME account and
password setup - and set the DCOM package to run as that account too..
So when the DCOM component goes to establish a connection with the first
machine and it says "Hey, who are you?" - it says "I'm MTSComponents!"..
then the COM server says "No you're not... but, you have the same name and
password - so you must be fine, I'll map you to my local MTSComponent
account"..
hth
"Tap" <email@email.com> wrote in message
news:0ab801c368ac$4ab20470$a501280a@phx.gbl...> I am trying to do following, and i am getting permission
> denied error.
>
> 1) Created a server application - COM+ component and
> registered on the remote machine. ( Windows 2000 Server )
> Registered with "userid" and "password" used to logon to
> this machine.
>
> 2) Exporting the component to .MSI using application proxy
> option.
>
> 3) Installing proxy using .MSI on client computer where
> IIS is running. When i tried to access the COM+ component
> it gives me permission denied message. "no user id and
> password", through "Interactive user.....".
>
> Do i need to register both components using the
> same "userid" and "password". If yes, how can i do that ?
>
> Thanks,
>
> Tap
>
Frank Drebin Guest
-
ocx permission denied
I've updated an ocx (using VB6) that is currently being used in an asp 3.0 application. I created an internet package(using VB6) containing the... -
Access denied while trying QI on a DCOM object
We have a Web Service written in C# that accesses an ATL service via DCOM. This all works great when both are on the same machine. When I move to... -
Can't invoke DCOM call from ASP.NET
I want to wrap a legacy COM dll within an ASP.NET app. The dll incorporates a DCOM call to a remote server and will return data, which the ASP.NET... -
HOWTO? call dcom within webservice?
Hello NG, I have the following Problem I have: 1.WebService "TestService" 2.MFC appl with COM Interface 3.A c# froms application ... -
DCOM call from an ASP page.
I have a COM component running on another Windows 2000 server. I want to call that component from the IIS server, which is on another Windows 2000...



Reply With Quote

