Click to See Complete Forum and Search --> : Setting up a proxy...


PhillMc
09-02-2005, 02:18 PM
I'm not sure where to put this, but I'm sure one of our wonderful mods will put it where it belongs..

I've been working with computers for nearly 10 years, but I've only been networking for 3 of those 10. I need to set up a proxy on a store network, but I don't know where to start. I imagine this would take a server side language, if this is the case I would be using ASPX.

Can anyone give me a hand?

PeOfEo
09-02-2005, 02:23 PM
Nope, a proxy is just another server application. If this is a win server you can use microsoft proxy server. Like IIS is an http and can be an FTP server, you would use MPS for your proxy. If you are running w2k server you might already have proxy but not have it installed, like I believe it would be on your cd as an option, I think it is on w2k3 too.

PhillMc
09-02-2005, 02:42 PM
Nope, a proxy is just another server application. If this is a win server you can use microsoft proxy server. Like IIS is an http and can be an FTP server, you would use MPS for your proxy. If you are running w2k server you might already have proxy but not have it installed, like I believe it would be on your cd as an option, I think it is on w2k3 too.

Many thanks, Peo!

I'll look into right now.