You can change the default HTTP port 80 following the instructions below. These instructions assume that the EventSentry application is registered under the "Default Web Site".
- Open IIS Manager
- Navigate to the "Default Web Site", or under whichever web site the "EventSentry" application is setup.
- Select the web site (e.g. "Default Web Site")
- On the very right pane, beneath "Actions", click "Bindings"
- Then, select the binding for the default HTTP port 80 and click edit. You can then change the port to any other available port. You can also add a new binding to another port.
- Click OK
Keep in mind that since this change is done on the web site level, that it will affect all applications configured inside that site.