change iis port
        by Ramya[ Edit ] 2013-01-02 11:11:57 
         
        
        	if you are running multiple web servers, then you must use different port numbers to access the servers.
 to change the port number of internet information service(iis) , then do follow the steps below,
 * Open IIS manager.
 * Expand Sites menu, under sites select "Defeault Web Site" / some other websites which you have.
 * From the right pane, choose "Bindings".
 * Select the host and edit the port number.
 * Now you can access the iis server through the port number you changed.
 for eg, if you changed the port number to 81, then access it as, http://localhost:81