This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
Regression: Not detecting HTTP_PLATFORM_PORT in IIS/Express #470
Closed
Description
Regressed by #453
The configuration is now filtering out environment variables that do not begin with "ASPNET_". .AddEnvironmentVariables(prefix: EnvironmentVariablesPrefix)
.
Either re-work the config to pick up other environment variables, or read HTTP_PLATFORM_PORT directly from the Environment (not recommended as this makes testing more difficult).
@davidfowl