Archives
All Posts Tagged
Tag: ‘.net authentication’

Real world ASP.NET authentication

Hello everyone, I’m here to say that most of ASP.NET books on the market didn’t provide you the effective way to use authentication cookies. Assume that when you’re working with form-based authentication. (Setting in web.config) When we do some manual authentication method, we imports System.Web.Security and using FormsAuthentication.RedirectFromLoginPage(“userName”, false). The ASP.NET authentication engine will automatically …

Read More