You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> 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
+
15
20
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.
16
21
17
22
Common scenarios this enables:
@@ -20,15 +25,10 @@ Common scenarios this enables:
> 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
-
30
28
:::zone pivot="manual"
31
29
30
+
## Manual Configuration
31
+
32
32
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.
33
33
34
34
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
0 commit comments