Skip to content

Commit fbfb55f

Browse files
committed
better headers
1 parent 4a0fab0 commit fbfb55f

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

aspnetcore/migration/fx-to-core/inc/remote-app-setup.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ zone_pivot_groups: migration-remote-app-setup
1212

1313
# Remote app setup
1414

15+
> [!IMPORTANT]
16+
> Framework and Core applications must use identical virtual directory layouts.
17+
>
18+
> The virtual directory setup is used for route generation, authorization, and other services within the system. At this point, no reliable method has been found to enable different virtual directories due to how ASP.NET Framework works.
19+
1520
In some incremental upgrade scenarios, it's useful for the new ASP.NET Core app to be able to communicate with the original ASP.NET app.
1621

1722
Common scenarios this enables:
@@ -20,15 +25,10 @@ Common scenarios this enables:
2025
* [Remote app authentication](xref:migration/fx-to-core/areas/authentication#remote-authenticationn)
2126
* [Remote session](xref:migration/fx-to-core/areas/session#remote-app-session-state)
2227

23-
## Configuration
24-
25-
> [!IMPORTANT]
26-
> Framework and Core applications must use identical virtual directory layouts.
27-
>
28-
> The virtual directory setup is used for route generation, authorization, and other services within the system. At this point, no reliable method has been found to enable different virtual directories due to how ASP.NET Framework works.
29-
3028
:::zone pivot="manual"
3129

30+
## Manual Configuration
31+
3232
To 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.
3333

3434
You need to configure two configuration values in both applications:
@@ -151,7 +151,9 @@ To enable proxying from the ASP.NET Core application to the ASP.NET Framework ap
151151

152152
:::zone pivot="aspire"
153153

154-
> [!NOTE]
154+
## Setup Aspire orchestration
155+
156+
> [!WARNING]
155157
> This is still in preview and not available on NuGet.org, so you must configure your NuGet config to pull libraries from the .NET Libraries daily feed:
156158
>
157159
> ```xml
@@ -166,8 +168,6 @@ To enable proxying from the ASP.NET Core application to the ASP.NET Framework ap
166168
> </configuration>
167169
> ```
168170

169-
## Setup Aspire orchestration
170-
171171
1. Add Aspire orchestration for the ASP.NET Framework application
172172
1. Add a new ASP.NET Core application to the solution and add it to your Aspire orchestration
173173
1. Update the AppHost to target Windows as IIS integration requires that:

0 commit comments

Comments
 (0)