How do I accomplish HTTP Tunneling in C#/ASP.Net by making use of IIS Web Server as the mediator?
The client application can either be in C#(standalone), C++(activex), or even Flash and Javascript from a browser.
- Is it correct to approach HTTP Tunneling as described above?
- If so do I need to poll (long polling/short polling) the web server continuously from the client?