Issue: When starting the Adjudication Web API in IIS and the port number being used in not an unused port, user will receive the following error when starting the service:
This website cannot be started. Another website may be using the same port.
IIS will show that the Web API service has stopped and cannot be started:
Under the Manage Website menu, the user can see the port number that is being used by the Web API service. In the screenshot below, the port #8081 that has been configured for the Web API is already in use by the QC Adjudication service:
Steps to resolve:
1. Click on Bindings under the Actions menu in IIS
2. Highlight the binding listed and click Edit in the Site Bindings menu. This will allow the user to edit the port number to the correct port number that was opened in the firewall settings.
3. Save the changes and then start the Web API service again. When the service has started, the little black icon will disappear from the site listed and the service will show Started under the Status column.
Comments
0 comments
Please sign in to leave a comment.