Need Port

  • Thread starter Thread starter Alex Kushner
  • Start date Start date
A

Alex Kushner

I am a .Net programmer creating a web service. I needed
to enter an IP address and port for a proxy server. I
believe I found my IP address through the "IPConfig"
program but I have no idea what to enter for a port.
Ideas?
 
-----Original Message-----
I am a .Net programmer creating a web service. I needed
to enter an IP address and port for a proxy server. I
believe I found my IP address through the "IPConfig"
program but I have no idea what to enter for a port.
Ideas?
.
Your Proxy Server would be how you access the Internet,
not your IP Address. Typical web apps run on TCP port 80.
 
I am a .Net programmer creating a web service. I needed
to enter an IP address and port for a proxy server. I
believe I found my IP address through the "IPConfig"
program but I have no idea what to enter for a port.
Ideas?

Your IP address isn't the one the proxy server uses. For that,
contact your network administrator and ask them.

Jeff
 
Back
Top