Hi, I have worked with WCF for a while now but there is somthing Im not clear on. When hosting a WCF service in IIS the standard protocol will be http and the default port is 80. Its possible to cha
I need to pipe a connection between two programs on different devices in my LAN. I.e., I have device A that should connect to device B:portX in my LAN. The problem is that i cannot connect them to eac
They say that Apache\'s mod_rewrite is the swiss-army knife of URL manipulation, but can it do this? Lets say I want to add a new application to my Apache webserver, where the only configurable optio
I\'m building a system on Nodejs & Socket.io providing real time events to clients (inc. mobile).
We have Windows Service which will be installed by installer. We have an option to allow user to provide a port number a开发者_开发技巧nd select whether the service must start on completion of install
Does \"Listening\" a port means a continuous polling to that port or a discrete polling or an interrupt driven process.
I\'m running a basic Express app in Node.js and trying to deploy to Heroku. The app works fine locally and I believe my setup with Heroku has gone well up until starting the server where i get the fol
Hi I have a server running on my computer, and the client program tries to connect with my IP address on port 5000 through a TCP connection. How do I get my computer to allow this? I know it has somet
I have a client application that create a socket with random local port, i cant change the code of this appl开发者_StackOverflow中文版ication and i want to set a range of the ports he can use from my
I have an app that will be supported by two MySQL servers. They reside on 2 different machine on different network and on different ports.