This error is typically caused by your web server or domain containing multiple sites on the same bindings.

To correct this,

  • Open the web.config file within the ProductionTerminal folder
  • Find the line containing the tag
  • Add the parameter multipleSiteBindingsEnabled=“true” to the tag, so it looks something like this:
You could leave a comment if you were logged in.