Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Types of authentications in ASP.NET ?

Answer Posted / ranjith nellikadan

1.---- With Windows-based authentication, the ASP.NET Web
application relies on the Windows operating system to
authenticate the user. ASP.NET uses Windows-based
authentication in conjunction with IIS authentication.
With Windows-based authentication, the user requests a
secure Web page from the Web application, and the request
then goes through IIS. If the user’s credentials do not
match those of an authorized user, IIS rejects the request.
The user then has to enter his or her name and password
into the logon form. The credentials are again verified by
IIS. If correct, IIS directs the original request to the
Web application. The secure Web page is then returned to
the user
2.------ Forms-based authentication refers to a system
where non-authenticated requests are redirected to a
Hypertext Markup Language (HTML) form by using Hypertext
Transfer Protocol (HTTP) client-side redirection. The user
provides credentials and submits the form. If the
application validates the credentials on the form, the
system issues an authentication cookie to the user.
Subsequent requests from the user are issued with the
authentication cookie in the request headers, and then the
user is authenticated based on those request headers.

3.---- Microsoft Passport authentication is a centralized
authentication service that offers a single logon option
and core profile services for member sites. Users who sign
up to use Passport are authenticated for access to Web
sites through a single Passport account. Microsoft Passport
is an XML Web service, and it is an integral part of
the .NET Framework

Is This Answer Correct ?    26 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the code Access Security (CAS) in .net Framework?

1227


Why do you use the app_code folder in asp.net?

1082


What are session state modes?

971


Which method is used to perform all validation at the page level?

964


What is difference between viewstate and session in asp net?

1026


Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?

1006


What is event bubbling?

1005


How to use push notification?

1033


What is asp.net ajax?

994


Why session management is required?

1001


Explain serialization and deserialization?

1006


What is difference between view state and session state?

845


Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?

903


Explain the different types of assemblies?

946


In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?

1178