Due to certain requirements, I've needed to write an application on a web
server that forwards all IIS requests from one ****t to another. I've
relocated IIS to ****t 180 and am forwarding all traffic from ****t 80 to
180.
This seems to work fine for calling up of standard .HTM and .ASP pages.
The
problem arises when trying to use RDS. I've got a script on a .HTM page
which does a CreateObject (i.e. using CreateObject(<ProgID>,
http://server)
)
of a business object on the server. The create seems to be successful but
when I try to call a method on the business object, I get "Internet Client
Error: Connection Reset."
If I use CreateObject(<ProgID>, http://server:180)
it works fine but I
need
to be able to route all comms through ****t 80.
I've done an exhaustive search through google groups and MSDN newsgroups
but
cannot find a similar example of this problem. I've tried experimenting
with
the ADCLaunch registry (using HANDUNSF.REG) and also the MSADC virtual
directory without success.
Can anyone help? I'd really appreciate any comment.