-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Labels
3.0.0Announcements related to ASP.NET Core 3.0Announcements related to ASP.NET Core 3.0Breaking changeDocumentedThe breaking change has been published to the .NET Core docsThe breaking change has been published to the .NET Core docsMigrated
Milestone
Description
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]
Metadata
Metadata
Assignees
Labels
3.0.0Announcements related to ASP.NET Core 3.0Announcements related to ASP.NET Core 3.0Breaking changeDocumentedThe breaking change has been published to the .NET Core docsThe breaking change has been published to the .NET Core docsMigrated