You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/developer/webapps/iis/application-request-routing/proxy-server-rejects-back-end-requests.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,26 +45,26 @@ To configure your ARR server correctly to direct back-end requests through a pro
45
45
1. Start Internet Information Services (IIS) Manager.
46
46
1. Select your IIS server node from the **Connections** side pane, then select the **Configuration Editor** in the main pane.
47
47
48
-
:::image type="content" source="./media/proxy-server-rejects-backend-requests/open-configuration-editor.png" alt-text="IIS Manager showing a server node as selected in the Connections pane.":::
48
+
:::image type="content" source="./media/proxy-server-rejects-back-end-requests/open-configuration-editor.png" alt-text="IIS Manager showing a server node as selected in the Connections pane.":::
49
49
1. Inside the Configuration Editor, select the **webFarms** node from the **Section** list to display all configured ARR server farms.
50
50
51
-
:::image type="content" source="./media/proxy-server-rejects-backend-requests/configuration-editor-section-dropdown.png" alt-text="IIS Manager showing the Configuration Editor pane open. The Section list in the Configuration Editor is expanded and the webFarms section is selected.":::
51
+
:::image type="content" source="./media/proxy-server-rejects-back-end-requests/configuration-editor-section-dropdown.png" alt-text="IIS Manager showing the Configuration Editor pane open. The Section list in the Configuration Editor is expanded and the webFarms section is selected.":::
52
52
1. Open the **Collection Editor** window by selecting the ellipsis button (...) to the right of the **(Collection)** field.
53
53
54
-
:::image type="content" source="./media/proxy-server-rejects-backend-requests/webfarm-collection-editor-button.png" alt-text="IIS Manager showing the Configuration Editor pane open. The ellipsis button to the right of the (Collection) field is highlighted.":::
54
+
:::image type="content" source="./media/proxy-server-rejects-back-end-requests/web-farm-collection-editor-button.png" alt-text="IIS Manager showing the Configuration Editor pane open. The ellipsis button to the right of the (Collection) field is highlighted.":::
55
55
1. In the **Collection Editor** window, select the farm that you want to configure from the **Items** pane. Details of the selected farm are displayed in the **Properties** pane.
56
56
57
-
:::image type="content" source="./media/proxy-server-rejects-backend-requests/collection-editor-select-farm.png" alt-text="The IIS Manager Collection Editor window showing the first webFarm highlighted in the Items pane of the Collection Editor.":::
57
+
:::image type="content" source="./media/proxy-server-rejects-back-end-requests/collection-editor-select-farm.png" alt-text="The IIS Manager Collection Editor window showing the first webFarm highlighted in the Items pane of the Collection Editor.":::
58
58
1. In the **Properties** pane, navigate to the **applicationRequestRouting** > **protocol** > **proxy** node.
59
59
60
-
:::image type="content" source="./media/proxy-server-rejects-backend-requests/collection-editor-proxy-property.png" alt-text="The IIS Manager's Collection Editor window showing the proxy node highlighted in the Properties pane.":::
60
+
:::image type="content" source="./media/proxy-server-rejects-back-end-requests/collection-editor-proxy-property.png" alt-text="The IIS Manager's Collection Editor window showing the proxy node highlighted in the Properties pane.":::
61
61
1. In the **proxy** node, enter the host and port of the proxy server that ARR should direct back-end requests through.
62
62
63
-
:::image type="content" source="./media/proxy-server-rejects-backend-requests/collection-editor-proxy-added.png" alt-text="The IIS Manager's Collection Editor window showing that the proxy node in the Properties pane is set to localhost:8888.":::
63
+
:::image type="content" source="./media/proxy-server-rejects-back-end-requests/collection-editor-proxy-added.png" alt-text="The IIS Manager's Collection Editor window showing that the proxy node in the Properties pane is set to localhost:8888.":::
64
64
1. Close the **Collection Editor** window.
65
65
1. In the **Actions** pane of the IIS Manager window, select **Apply** to finalize the configuration change.
0 commit comments