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
What is the purpose of using MVC programming pattern in ASP.NET?
COM+ Used ________________ Isolation Level
How do you hide the columns?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
Explain the use of dataadapter.
How can you send an email message from an asp.net web page?
Is asp.net mvc still used? : Asp.Net MVC
What is the main differences between asp and asp.net?
What are the merits and demerits of viewstate?
In which situation can you not use a viewstate?
How does ASP.NET framework maps client side events to Server side events.?
Describe SOA and the tenets of it?
Is it possible to change the index of primary key on table?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
What is dynamic web page with example?