GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  ASP.NET

 Print  |  
Question:  Authentication Levels

Answer: How we can set Different levels of Authentication in .Net?
What are the difference between Windows Authenticatin, Passport Authentication and Form Authentication?


August 08, 2008 00:09:27 #1
 ponvanaraja   Member Since: July 2008    Total Comments: 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.

     

 

Back To Question