When attempting to browse the SmartConnect webservice after a SmartConnect 2018 installation, I am receiving an HTTP Error 503.

After receiving the error, the SmartConnectWCF application pool is stopped.

If you look in the Windows Application Log in Event Viewer, you will see and IIS-W3SVC-WP error that says, “The Module DLL C:\Windows\system32\inetsrv\IisBrotli.dll failed to load. The data is the error.”
If so, this is caused by a setting in the SmartConnectWCF Application Pool. To resolve this, follow these steps.
- In IIS Manager, go into the Application Pools and find the SmartConnectWcf Application Pool.
- Right click on it and go to Advanced Settings.

- Change the “Enabled 32-Bit Applications” setting from “True” to “False”

- After making the change, right click on the SmartConnect WCF Application Pool and select “Start” from the drop down list.
- Attempt to browse the web service again, and the web service should return the “Welcome to the SmartConnect WCF service” message.