Hi people! Title says it all. I have an ASP.NET MVC 5 project, and wish to upgrade it to .NET Core. Unfortunately many things are missing, I wanted to know if it was possible to start running them side by side.
Also using:
- SignlaR2
- Entity Framework 6.1
- Identity 2.1
I read over StackOverflow that Identity systems are different and that I needed to implement a SSO solution for it to work.
Anyhow, is this possible and/or recommended?