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



How we can set Different levels of Authentication in .Net? What are the difference between Windows ..

Answer / naresh reddy

By Using Web.Config file,in that
<Authentication mode="forms/windows/passport">

Forms authentication is used to customize the login
credentials and for Internet Based Applications

Windows Authentication is used in Intranet based
applications.It verifies only windows login credentails

Passport Authentication checks credentials from Standard
Microsoft Passport and we have to register that one

Is This Answer Correct ?    8 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

can any one tell about web services?

5 Answers  


Explain the main function of url routing system in asp.net mvc? : asp.net mvc

0 Answers  


What is the Difference between Web.config and global.asax? Can we write connection String code in global.asax?

10 Answers   Microsystems,


Mention the namespace that is used to include .net data provider for sql server in .net code?

0 Answers  


What do you mean by serialize?

0 Answers  






What are uri parameters?

0 Answers  


When an ASP.NET server control is added to a web form, Visual Studio .NET adds one item to the class for the form. What item is added? a) The event registration. b) A protected class member for the control. c) A default event handler for the click event. d) A default class that inherits from the control?s base class.

4 Answers   Syntax Softtech, TCS,


17. If I?m developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing) what would be the best approach to maintain login-in state for the users?

1 Answers  


What are cookies in your browser?

0 Answers  


What is source control?How to use in asp.net?

1 Answers  


How would you get asp.net running in apache web servers?

0 Answers  


What is difference between view state and session state?

0 Answers  


Categories