I'm migrating a lot of WebForms applications (old site template). I'm develop a login in ASP .Net Core and create a shared cookie for several web applications, following this:
It's ok with new apps, but old web site ASP .NET don't use Startup.cs class
How to validate this cookie new ASP .NET Core in old Web Form application?
Thanks!