Skip to content
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
@Tratcher

Description

@Tratcher

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions