From fb2db081f9b2b69fd0c58f7bf40886b8115bd446 Mon Sep 17 00:00:00 2001 From: Engincan VESKE Date: Tue, 17 Jun 2025 13:03:11 +0000 Subject: [PATCH] Update deployment-iis.md --- .../layered-web-application/deployment/deployment-iis.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/en/solution-templates/layered-web-application/deployment/deployment-iis.md b/docs/en/solution-templates/layered-web-application/deployment/deployment-iis.md index 5b8795c08f..a280420ec3 100644 --- a/docs/en/solution-templates/layered-web-application/deployment/deployment-iis.md +++ b/docs/en/solution-templates/layered-web-application/deployment/deployment-iis.md @@ -257,7 +257,7 @@ We can visit the websites from a browser. {{ if UI == "NG" }} ## Rewrite for getEnvConfig -Please add the following rewrite rules to your `web.config` file to redirect requests for `getEnvConfig` to `dynamic-env.json`, See [Angular RemoteEnvironment](https://abp.io/docs/latest/framework/ui/angular/environment#remoteenvironment) for more details. +Please add the following rewrite rules to your `web.config` file to redirect requests for `getEnvConfig` to `dynamic-env.json`: ```xml @@ -282,6 +282,9 @@ Please add the following rewrite rules to your `web.config` file to redirect req ``` + +> See [Angular RemoteEnvironment](https://abp.io/docs/latest/framework/ui/angular/environment#remoteenvironment) for more details. + {{ end }} ## Fix 405 Method Not Allowed Error