I have a new PC, in my new PC while running the ASP.NET MVC I'm working on with Visual Studio, in the first day everything worked fine! The same with my old PC and with the environments where this software is running.
The problem happens since the second day I ran the same ASP.NET MVC on my new PC and only happens in my new PC!
I run the software with VS 2019 and login to it with one of my test user accounts (until here everything is fine).
After being logged in, with every request I make to the Asp.net mvc, instead of the expected behaviour: watching the url going from the old path to the new. You see the url going from the old path, to the path "login.microsoft..." and then it goes to the new path.
Somehow only in my new pc every request redirects to login and then to the new path!
That behaviour is causing me problems and I need some help please.
It can't be the code because I'm running the same code in all the other machines and they are working fine, maybe as to do with IIS!?
Best regards!