Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_components thread: Accessing "ASP-enabled" COM remotely


Message #1 by "dovla" <dovla@h...> on Mon, 15 May 2000 21:32:20 -0400
We have two IIS 4 servers (A and B). Server A is also running COM object

(made with C++ 5.0? and not yet supported on Win2000), source code is

unavailable. Rather then redirecting through client, on server B we

registered type library and pointed to remote-server A (DCOM), so that we

can use Server.CreateObject in ASP.



After running on server B, ASP is returning: ASP error 0193 (An error

occurred in the OnStartPage method of an external object).

When running from VB with CreateObject("CI.CI.1", "ServerA"), we are

receiving error: "This interface must be used within the context of an ASP

page".



My questions are:

Can "ASP-enabled" COM object interact with remote ASP?

If yes, how?

If not, is there any other solution beside Redirect method.



Thanks

Vlado

dovla@h...










  Return to Index