Home Analyst Portal
Options

Error messages

john_doylejohn_doyle Cireson Support Ninja IT Monkey ✭✭✭✭
Are your users getting messages like this when they try to do something which they do not have permission to do when using the portal?


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

  • Options
    Ian_StephensonIan_Stephenson Customer IT Monkey ✭

    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.

Sign In or Register to comment.