Error messages
If so, you should edit the file C:\inetpub\CiresonPortal\web.config and make add the highlighted row below.
<system.webServer><br> <validation validateIntegratedModeConfiguration="false" /><br> <b><httpErrors existingResponse="PassThrough" /></b><br> <httpProtocol><br> <customHeaders><br><br>This will stop IIS from overwriting the error messages returned by the Portal with standard http error forms.
Comments
Would that also fix an issue where users are getting a blank error box? We are having users report that when they try to submit a request, it brings up the error box with the red X but no other words or message of any kind.