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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How to sign out from forms authentication?

534


Where is session cookies stored?

511


When maintaining session through sql server, what is the impact of read and write operation on session objects?

526


How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.

1417


Explain security types in asp.net?

533






How do I upload a file from my ASP.NET page?

589


How you can stop the validation of ASP.NET controls from client side?

522


Differentiate between a page theme and a global theme?

518


What is the difference between union and structure?

497


Is asp.net core faster?

537


What is the file extension of web service?

546


What is the meaning of TestApi?

625


How do you use viewstate?

548


What are the properties of the eventargs argument when capturing keyboard events?

526


What is the difference between the asp and asp.net?

483