Features (19)

Forms authentication in .NET: Using a database

Storing forms authentication information in Web.config has serious limitations. See how to work around them by storing this information in a database. Read more »

Master simple forms authentication in .NET

Using forms authentication, you can quickly build a simple, secure Web app. This walk-through shows you how to apply the strategy in your apps. Read more »

How to build secure ASP.NET applications

ASP.NET provides several ways to protect your Web-based app from attack. Here's an overview of authentication, authorisation, and role-based security. Read more »

Integrate Passport into ASP.NET apps

If you are looking for a secure means to transfer sensitive information in an ASP.NET application, try integrating Microsoft's Passport service. Read more »

Cookieless data persistence is possible

Cookies are a common way to store retrievable user information, such as authentication data. But what if you need a non-cookie solution? Read more »

Implement Web form tracking with ASP.NET

IIS can log a huge amount of Web usage data, but keeping robust logs without dragging down performance requires a skilled developer's help. Use ASP.NET to generate rich Web form tracking logs without unacceptably impeding performance. Read more »

Secure ASP.NET 2.0 sites with Membership API

Beginning with ASP.NET 2.0, the Membership API was added to simplify adding security to a Web application. This article explains how to use the Membership API with a SQL Server back-end. Read more »

Working with configuration files in ASP.NET 2.0

The second iteration of ASP.NET includes a number of enhancements for working with configuration files. Read more »

ASP.NET security with web.config

For ASP.NET applications, the web.config file contains information about the application's operation. Find out how to manage application security settings through this file. Read more »

Configure authentication in your ASP.NET app

ASP.NET offers developers plenty of options when it comes to authentication. Here's a look at how to make ASP.NET's authentication settings work with IIS. Read more »

Log in


Sign up | Forgot your password?

What's on?