Can System.Web be used with ASP.Net Core with Full Framework
We are running serveral sites based on different .Net versions.
We are running serveral sites based on different .Net versions.
I have a site that uses the default SqlMembershipProvider and FormsAuthentication. I can use the built-in Login Controls and/or programmatically call all the methods to authenticate a user and get the same result – the user is authenticated and a cookie is created, but the cookie does not appear to be valid since I can’t get into any page that requires authentication.