GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  ASP.NET
Go To First  |  Previous Question  |  Next Question 
 ASP.NET  |  Question 162 of 164    Print  
Authentication Levels
How we can set Different levels of Authentication in .Net?
What are the difference between Windows Authenticatin, Passport Authentication and Form Authentication?



  
Total Answers and Comments: 4 Last Update: May 01, 2009     Asked by: Sajeesh 
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: ponvanaraja
 

You can change/add authendication in web config file, in that you have to mention the authendication mode,
Windows Authendication: By default  authendication mode is windows authendication.
Form authendication: authendication provide by web site of of its own
Passport Authendication: A web site outsorced for authendication is called passport authendication.



Above answer was rated as good by the following members:
kmk_manoj, babu_rangas, Ag2703, azizedu, pandilakshmi.p
August 01, 2008 00:09:27   #1  
ponvanaraja Member Since: July 2008   Contribution: 1    

RE: Authentication Levels

You can change/add authendication in web config file in that you have to mention the authendication mode
Windows Authendication: By default authendication mode is windows authendication.
Form authendication: authendication provide by web site of of its own
Passport Authendication: A web site outsorced for authendication is called passport authendication.


 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    
January 26, 2009 01:40:32   #2  
subbaraoannam Member Since: November 2008   Contribution: 1    

RE: Authentication Levels
By Default Authentication mode is Windows
Passport Authentication is Provided by Microsoft.

 
Is this answer useful? Yes | No
January 30, 2009 01:33:36   #3  
anoosha.medarametla Member Since: October 2008   Contribution: 1    

RE: Authentication Levels
There are 3 type of Authentication Levels Windows Authentication Forms Authentication Passport Authentication.
 
Is this answer useful? Yes | No
April 30, 2009 15:57:51   #4  
aanand_agrawal Member Since: April 2009   Contribution: 8    

RE: Authentication Levels
Windows authentication enables you to identify users without creating a custom page. Credentials are stored in the Web server s local user database or an Active Directory domain. Once identified you can use the user s credentials to gain access to resources that are protected by Windows authorization.

Forms authentication enables you to identify users with a custom database such as an ASP.NET membership database. Alternatively you can implement your own custom database. Once authenticated you can reference the roles the user is in to restrict access to portions of your Web site.

Passport authentication relies on a centralized service provided by Microsoft. Passport authentication identifies a user with using his or her e-mail address and a password and a single Passport account can be used with many different Web sites. Passport authentication is primarily used for public Web sites with thousands of users.

Anonymous authentication does not require the user to provide credentials.

 
Is this answer useful? Yes | NoAnswer is useful 4   Answer is not useful 0Overall Rating: +4    


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape