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,6 +7,7 @@ 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
1011---
1112
1213# Remote app setup
@@ -24,6 +25,8 @@ Common scenarios this enables:
2425* [ Remote app authentication] ( xref:migration/fx-to-core/areas/authentication#remote-authenticationn )
2526* [ Remote session] ( xref:migration/fx-to-core/areas/session#remote-app-session-state )
2627
28+ :::zone pivot="manual"
29+
2730## Configuration Values
2831
2932To 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.
@@ -163,9 +166,9 @@ To enable proxying from the ASP.NET Core application to the ASP.NET Framework ap
163166> < add key = " .NET Libraries Daily" value = " https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json" / >
164167> < / packageSources >
165168> < / configuration >
166- >
167- > This requires v2 .0 . 1 - preview1 .25351 . 3 of the System .Web adapters or later .
168169> ```
170+ >
171+ > ** NOTE ** : This requires v2 .0 . 1 - preview1 .25351 . 3 of the System .Web adapters or later .
169172
1701731 . Add Aspire orchestration for the ASP .NET Framework application
1711741 . Add a new ASP .NET Core application to the solution and add it to your Aspire orchestration
You can’t perform that action at this time.
0 commit comments