AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.

Categories

Recent Posts

Forms authentication using ASP.NET 2.0 and VB.NET

Monday, June 30 2008

Forms authentication enables user and password validation for Web applications that do not require Windows authentication. With forms authentication, user information is stored in an external data source. You can require that all requests to an application contain a valid user authentication ticket by using the authorization configuration element to deny the request of any unknown user.

This tutorial will show you how to forms authentication using ASP.NET 2.0 and VB.NET. And we only using the default namespace.

In tutorial, the only configuration step beyond that is to add the following code in the web.config file, inside the element...

Read More:
Forms authentication using ASP.NET 2.0 and VB.NET
Also See:
Encrypting configuration sections : Bipin Joshi
Adding Client Side functionality to Custom Controls : ali sakhi
Validating with RegExs using ASP.NET 2.0 and C# .NET
Sandboxing Gotcha in a Partially Trusted App : Don Kiely

Post your comment

Comment