Friday, October 20, 2006

Security Controls Introduction

ASP.NET 2.0 Security controls are an awesome way to kick start your application down a secure pathway. They do everything you want to out of the box, and the things it can't can easily be plugged in..

Out of the box they let you perform user logins, registrations, password changes amoungst many other things, and its as simple as dragging a control onto a form.

Behind the scenes is a set of powerful API's known as the membership api's

Over the next couple of blogs ill show you how to use these security controls to secure your site!