Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_components thread: DCOM and ASP


Message #1 by Shaun Steckley <SSTECKLEY@P...> on Thu, 11 Jul 2002 19:20:45 -0400
I am currently remotely using objects within COM+.  If I instantiate the
remote object

        objSomething = CreateObject("Some.Thing", RemoteServerName)

within a Visual Basic DLL, there are no problems.  Things work correctly,
however if I instantiate the same object within ASP

        objSomething = CreateObject("Some.Thing", RemoteServerName)

I get an error 70, VBScript, Permission Denied.  Has anyone ever run into
this.  I have given full control to "everyone" on both servers.  (Web and
Backend server)  Any ideas?

Thanks.
Shaun


The information contained in this email is confidential and is intended solely for the use of the person identified and intended as
the recipient. If you are not the intended recipient, any disclosure, copying, distribution, or taking of any action in reliance on
the contents is prohibited. If you receive this message in error, contact the sender immediately and delete it from your computer.

Message #2 by Shaun Steckley <SSTECKLEY@P...> on Fri, 12 Jul 2002 13:02:03 -0400
Just to post the solution, the problem was fixed by reinstalling IIS...

-----Original Message-----
From: Shaun Steckley [mailto:SSTECKLEY@P...]
Sent: Thursday, July 11, 2002 7:21 PM
To: ASP components
Subject: [asp_components] DCOM and ASP


I am currently remotely using objects within COM+.  If I instantiate the
remote object

        objSomething = CreateObject("Some.Thing", RemoteServerName)

within a Visual Basic DLL, there are no problems.  Things work correctly,
however if I instantiate the same object within ASP

        objSomething = CreateObject("Some.Thing", RemoteServerName)

I get an error 70, VBScript, Permission Denied.  Has anyone ever run into
this.  I have given full control to "everyone" on both servers.  (Web and
Backend server)  Any ideas?

Thanks.
Shaun


The information contained in this email is confidential and is intended
solely for the use of the person identified and intended as the recipient.
If you are not the intended recipient, any disclosure, copying,
distribution, or taking of any action in reliance on the contents is
prohibited. If you receive this message in error, contact the sender
immediately and delete it from your computer.


 
%%email.unsub%%


  Return to Index