AspNetCoreModule V1 removed from Windows Hosting Bundle #339
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
Uh oh!
There was an error while loading. Please reload this page.
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 customweb.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]
The text was updated successfully, but these errors were encountered: