Browse Source

Update deployment-iis.md

pull/23091/head
Engincan VESKE 1 year ago
committed by GitHub
parent
commit
fb2db081f9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      docs/en/solution-templates/layered-web-application/deployment/deployment-iis.md

5
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
<?xml version="1.0" encoding="utf-8"?>
@ -282,6 +282,9 @@ Please add the following rewrite rules to your `web.config` file to redirect req
</system.webServer>
</configuration>
```
> See [Angular RemoteEnvironment](https://abp.io/docs/latest/framework/ui/angular/environment#remoteenvironment) for more details.
{{ end }}
## Fix 405 Method Not Allowed Error

Loading…
Cancel
Save