G
Guest
Hi
I ned to have my VB.NET webform called on any tcp send to port 80 on IIS so I can see the message and possibly change it on the response
Basically I need to let IIS act as the socket server and want to ignore or erase the http in the picture..
Can any one give me some ideas or hints how to capture th message
Currently in the form I only get the HTTP message if the website is called...not on any TCP message to port 80 on the box
I didn't want to do ISAPI cause if the socket is secure I think i would see encrypted data...but in THE Webform IIS would decrypt and encrypt behind the scenes for m
Thanks very much
John
I ned to have my VB.NET webform called on any tcp send to port 80 on IIS so I can see the message and possibly change it on the response
Basically I need to let IIS act as the socket server and want to ignore or erase the http in the picture..
Can any one give me some ideas or hints how to capture th message
Currently in the form I only get the HTTP message if the website is called...not on any TCP message to port 80 on the box
I didn't want to do ISAPI cause if the socket is secure I think i would see encrypted data...but in THE Webform IIS would decrypt and encrypt behind the scenes for m
Thanks very much
John