tags:

views:

45

answers:

2

could some body please explain me what is authentication in asp.net?

i am just confuse with all this passport authentication form authentication windows authentication

Please explain me what all these authentication and what are they use for and how do they work just i am not getting it from internet

A: 

You can read about it in the tutorials on the asp.net website, especially this one as an introduction: Security Basics and ASP.NET Support

M4N
A: 

The authentication in ASP.NET is like what you do when you log onto your e-mail inbox for example. It's concerned with the website you are building and not related to windows or the operating system you are using.

Ahmad Farid
u mean what do in my web application for a user to login is consider to be for authentication?
NoviceToDotNet
yes. authentication is a general word not only for IT.
Ahmad Farid