Hi all. In this capsule, I’ll show you how to login a user using Forms Authentication but programmatically. The process is actually simpler than you might think. If you know the username you can login the user with the following line of code: 1: FormsAuthentication...
Hi all. For the first ASP.NET Capsule, I want to show you how to setup SQL Server to support forms authentication with the Membership Provider in an ASP.NET website. So for that, the framework provides with the tool aspnet_regsql.exe that you can launch...
New video series by Microsoft’s Joe Stagner focused on security best practices for ASP.NET websites.