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
Is asp.net a language?
How Session outproc in Sqlserver stored?
What do you mean by role-based security?
What is tracing? Where is it used?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is view state management in asp net?
In a Repeater control how one can provide an alternating color scheme ?
Is post back property in asp net?
I’m having some trouble with cas. How can I diagnose my problem?
What is client side state management?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What are the different types of validation controls provided in ASP.NET?
Where code pages are used?
What is session start?
What is the difference between response.redirect and server.transfer?