Hi am unable to understand the port range that can be specified while creating web application.
I noticed port number upto 3 digit works fine in internet Explorer, but do not work in Chrome and Firefox.
Why? Please guide
Hi Ashish,
Port 80 is widely used for websites but if you have a reason for wanting to use a different port, a Four-digit or a five-digit port number is preferable since two or three-digit ports are usually reserved
I would suggest avoid using port number less than 1023 exception port 80 (for local host). You can find details about SharePoint port number policy here
Hope it will help you out