Skip to content

AspNetCoreModule V1 removed from Windows Hosting Bundle #339

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

Open
pakrym opened this issue Jan 29, 2019 · 0 comments
Open

AspNetCoreModule V1 removed from Windows Hosting Bundle #339

pakrym opened this issue Jan 29, 2019 · 0 comments
Labels
3.0.0 Announcements related to ASP.NET Core 3.0 Breaking change Documented The breaking change has been published to the .NET Core docs Migrated
Milestone

Comments

@pakrym
Copy link

pakrym commented Jan 29, 2019

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.

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" />

Please discuss this on dotnet/aspnetcore#7095

[This announcement has been migrated to: dotnet/docs#14770]

@pakrym pakrym added this to the 3.0.0 milestone Jan 29, 2019
@aspnet aspnet locked as resolved and limited conversation to collaborators Jan 29, 2019
@danroth27 danroth27 added the 3.0.0 Announcements related to ASP.NET Core 3.0 label Mar 2, 2019
@JamesNK JamesNK removed their assignment Sep 28, 2019
@scottaddie scottaddie added the Documented The breaking change has been published to the .NET Core docs label Dec 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
3.0.0 Announcements related to ASP.NET Core 3.0 Breaking change Documented The breaking change has been published to the .NET Core docs Migrated
Projects
None yet
Development

No branches or pull requests

4 participants