.net and Socket Programming
I have problems about writing a system in c# language that will, listen the port 10 on my computer for incoming data and
transfer every data to IIS(running on port 80) on another computer and gets the responses from IIS then sends all responses
back to client. In summary it is a bridge program.
Anyone has an idea to build such a system?
Thank you!