Forum Moderators: phranque
is it possible configure my browser to scan directly the port 80 and 8080?
or setting up the "host" windows file to make the 8080 the default port for "localhost"?
Thank you all.
2) No
3) No; the 'hosts' file feature is only for futzing with DNS. The port a given machine is listening on is not defined in DNS.
Probably the stripped-down IIS server included with XP. You can uninstall it in the usual way.
From Start->Run, enter "Cmd". Then enter "netstat" in the DOS box. This will tell you all sorts of things about your network. Enter "netstat /?" for a full list of command switches (see the "-b" switch).
Jim