Area Routing Conversions #1530
Unanswered
LemmingRyan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, so we are working on converting a .net4.8 application that currently uses Areas to organize our MVC Controllers and Views. We have tried to use Areas in the new project as well, however, the YARP integration always forwards any call that contains an area to the older application regardless of what we setup in the program.cs file for Routing. I would love an example on how to get this to work, or at least a statement that it isn't currently possible. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions