Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how does form authentication work in asp.net? [closed]

Tags:

c#

asp.net

How to start learning Form Authentication in ASP.NET?

like image 347
user696516 Avatar asked Apr 12 '11 05:04

user696516


2 Answers

You might need to get a good base by following through this excellent series of tutorials.

like image 50
suhair Avatar answered Sep 30 '22 21:09

suhair


Welcome to ASP.NET amigo. Refer to the following links:

Explained: Forms Authentication in ASP.NET 2.0

An Overview of Forms Authentication

You can watch this video too: Using Basic Forms Authentication in ASP.NET

like image 44
Akram Shahda Avatar answered Sep 30 '22 19:09

Akram Shahda