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
{{ message }}
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
I'm trying to mix Razor Pages with MVC and by that I mean running a Razor Pages "app" inside an MVC area. So if I run the app below I would like http://localhost:500 to return the standard MVC HomeControllerIndex action. And if I add the area like this http://localhost:5000/app I would like the Razor Pages app to respond. Is this possible?
I'm trying to mix Razor Pages with MVC and by that I mean running a Razor Pages "app" inside an MVC area. So if I run the app below I would like
http://localhost:500to return the standard MVCHomeControllerIndexaction. And if I add the area like thishttp://localhost:5000/appI would like the Razor Pages app to respond. Is this possible?