Objective: To change the port number of SharePoint Manager Plus from the default 8085 to the port of your choice.
Solution: The port number can be changed at either the time of installation or after the installation.
Steps:
Option 1: At the time of installation
During installation, you can change the default port number in the installation wizard.
Option 2: Post installation
<Connectorport="8085" maxHttpHeaderSize="8192" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" redirectPort="8443" acceptCount="100" connectionTimeout="20000" disableUploadTimeout="true" />
Or
<Connectorport = "8085" protocol = "HTTP/1.1" connectionTimeout = "20000" redirectPort = "8443"/>
Need further assistance? Fill this form, and we'll contact you rightaway.