Skip to content

AspNetCoreModule V1 removed from Windows Hosting Bundle #14770

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
JamesNK opened this issue Sep 28, 2019 · 0 comments · Fixed by #15044
Closed

AspNetCoreModule V1 removed from Windows Hosting Bundle #14770

JamesNK opened this issue Sep 28, 2019 · 0 comments · Fixed by #15044
Assignees
Labels
breaking-change Indicates a .NET Core breaking change

Comments

@JamesNK
Copy link
Member

JamesNK commented Sep 28, 2019

AspNetCoreModule V1 removed from Windows Hosting Bundle

Windows Hosting Bundle wouldn't contain AspNetCoreModule V1 in 3.0 release.

AspNetCoreModuleV2 is backwards compatible with AspNetCoreModule OutOfProcess and is recommended for use with ASP.NET Core 3.0 applications.

Please discuss this on dotnet/aspnetcore#7095

Version introduced

3.0

Old behavior

AspNetCoreModule V1 was in Windows Hosting Bundle

New behavior

AspNetCoreModule V1 removed from Windows Hosting Bundle

Reason for change

AspNetCoreModuleV2 is backwards compatible with AspNetCoreModule OutOfProcess and is recommended for use with ASP.NET Core 3.0 applications.

Recommended action

Use AspNetCoreModuleV2 with ASP.NET Core 3.0 applications.

If AspNetCoreModule V1 is required it can be installed using 2.1/2.2 Windows Hosting Bundle.

This would break 3.0 applications that explicitly opted into using AspNetCoreModule V1 using <AspNetCoreModuleName>AspNetCoreModule</AspNetCoreModuleName> or ones having custom web.config with <add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified" />

Category

  • ASP.NET Core

Affected APIs

"Not detectable via API analysis"


Issue metadata

  • Issue type: breaking-change
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change Indicates a .NET Core breaking change
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants