File tree Expand file tree Collapse file tree
aspnetcore/migration/fx-to-core/inc Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ monikerRange: '>= aspnetcore-6.0'
77ms.date : 11/9/2022
88ms.topic : article
99uid : migration/fx-to-core/inc/remote-app-setup
10- zone_pivot_groups : migration-remote-app-setup
1110---
1211
1312# Remote app setup
@@ -25,8 +24,6 @@ Common scenarios this enables:
2524* [ Remote app authentication] ( xref:migration/fx-to-core/areas/authentication#remote-authenticationn )
2625* [ Remote session] ( xref:migration/fx-to-core/areas/session#remote-app-session-state )
2726
28- :::zone pivot="manual"
29-
3027## Configuration Values
3128
3229To enable the ASP.NET Core app to communicate with the ASP.NET app, it's necessary to make a couple small changes to each app.
@@ -166,6 +163,8 @@ To enable proxying from the ASP.NET Core application to the ASP.NET Framework ap
166163> < add key = " .NET Libraries Daily" value = " https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json" / >
167164> < / packageSources >
168165> < / configuration >
166+ >
167+ > This requires v2 .0 . 1 - preview1 .25351 . 3 of the System .Web adapters or later .
169168> ```
170169
1711701 . Add Aspire orchestration for the ASP .NET Framework application
You can’t perform that action at this time.
0 commit comments