This repository was archived by the owner on Nov 1, 2018. It is now read-only.
This repository was archived by the owner on Nov 1, 2018. It is now read-only.
UseIISIntegration should delay setting urls #242
Closed
Description
Today it's a common mistake for callers to reverse UseIISIntegration and UseUrls, breaking their app in IIS/Express and Azure.
Proposal, rather than having UseIISIntegration set the url immediately, set it later when Build is called (e.g. inside the ConfigureServices callback) or in the IStartupFilter via IServerAddressesFeature.