I have a webpage that calls a VB component on a laptop that calls an asp page on a remote webserver (sending an xml document) which in turn calls another VB component to update a database on the remote server. I am sending and receiving data to and from the pages and component using xmlHttp - tried and tested formula
When I run the VB component on the laptop everything runs fine, I can step through the code, I know the remote database has been updated and I get back valid XML to my component.
However, when the component is compiled the laptop webpage calls the component fine, but when the component calls the remote page everything stops. No response back, no errors raised no nothing.
Though if I call a page on the remote server from the vb component without sending an xmldoc then then component works fine.
Any ideas more than welcome