Howdy People,
I guess this might be more of an IIS architectural question, but there is
some vbscript content, so I'll post it here.
Grateful for any help people might have on this problem.
I have an asp page running some vbscript. The vbscript instances a COM dll.
The COM dll sends a UDP message to a process running on another server
somewhere, then blocks waiting for the response. My problem is that the
response is never received by the dll. I've tried running a sniffer on the
web server, and it shows that the response is coming back as expected,
coming to the correct port number and everything, but the dll just sits
there and receives nothing.
Any clues what's going on?
MIKE