Base solution for your next web application
Open Closed

Mixing Core and MVC versions #4309


User avatar
0
orangeboy created

We have an MVC version of our application in production. Is it possible to leave that version running and start development of new features using the Core version and run both at once?

For example:

mvc.myapp.com
core.myapp.com

Ideally once a user logs into one application they are already authenticated and just need to go to the URL of the other. Is this possible for them to share the same authentication cookie and Abp database assuming they are both on the same version number?


2 Answer(s)