> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Disable detailed error responses in IIS

> Configure IIS Manager to show detailed HTTP errors only for local requests and redirect remote requests to custom error pages, reducing the security risk.

Detailed information about specific HTTP request errors is intended to help local administrators resolve errors as they occur. In certain cases, such information may identify the application, thus posing a security threat.

You can set up IIS to display detailed information only for local requests and have remote requests redirected to custom error pages.

To disable detailed error responses for remote requests in IIS Manager:

<Steps>
  <Step title="Launch IIS Manager">
    Launch IIS Manager.
  </Step>

  <Step title="Open the Error Pages feature">
    Select your website in the tree view and double-click the **Error Pages** icon on the site home page.

    <Frame>
      <img src="https://mintcdn.com/abbyy/IFr-A2MDVJd80FDs/images/flexi-capture/IIS_ErrorPages.png?fit=max&auto=format&n=IFr-A2MDVJd80FDs&q=85&s=4d0cf5fa61b63528348a660365bf06dc" alt="Screenshot of the IIS Manager site home page with the Error Pages icon highlighted." width="1633" height="927" data-path="images/flexi-capture/IIS_ErrorPages.png" />
    </Frame>
  </Step>

  <Step title="Edit the feature settings">
    In the **Actions** pane, click **Edit Feature Settings...**.
  </Step>

  <Step title="Select the error-response option">
    In the **Edit Error Pages Settings** dialog box, select **Detailed errors for local requests and custom error pages for remote requests**.

    <Frame>
      <img src="https://mintcdn.com/abbyy/IFr-A2MDVJd80FDs/images/flexi-capture/IIS_ErrorResponses.png?fit=max&auto=format&n=IFr-A2MDVJd80FDs&q=85&s=9498f27ffe27cd92c3e60e2fd24ad465" alt="Screenshot of the Edit Error Pages Settings dialog in IIS Manager with the option for detailed errors on local requests and custom error pages for remote requests selected." width="685" height="637" data-path="images/flexi-capture/IIS_ErrorResponses.png" />
    </Frame>
  </Step>

  <Step title="Save the settings">
    Click **OK**.
  </Step>
</Steps>

For more information, see [the Microsoft documentation](https://docs.microsoft.com/en-us/iis/troubleshoot/diagnosing-http-errors/how-to-use-http-detailed-errors-in-iis).
