J
Jim Carlock
I'm wondering how it might be possible to either:
1) Open a port on an IIS server and watch what's coming
over the port.
or
2) Open port 80 and watch for certain information coming
through and if it's not a specific message, pass control to the
IIS server to process the message as normal.
The end result is that there are messages being sent to the
server. The messages will likely be sent over port 80 (http).
They will be coming from end-user software to notify the
server of different things and pass back serialization numbers.
Need some advice on how to accomplish this.
1) Open a port on an IIS server and watch what's coming
over the port.
or
2) Open port 80 and watch for certain information coming
through and if it's not a specific message, pass control to the
IIS server to process the message as normal.
The end result is that there are messages being sent to the
server. The messages will likely be sent over port 80 (http).
They will be coming from end-user software to notify the
server of different things and pass back serialization numbers.
Need some advice on how to accomplish this.