Security types in ASP/ASP.NET? Different Authentication modes?
Answer Posted / richa misra
There r 3 types of security in .Net
1.Windows Authentication
(i)Anoymous
(ii)Basic
(iii)Digest
(iv)Windows integated
2.Micsoft Authentication
3.Form Authentication
| Is This Answer Correct ? | 11 Yes | 18 No |
Post New Answer View All Answers
What is query string in asp.net?
How can we inherit a static member?
How do active server pages work?
What is active web page?
Mention the execution process for managed code?
What is asp net application object?
Who creates jsessionid?
In Code-Behind class which kind of code (server or client) is found ?
Explain the use of resource manager class in .net.
Is it right that ASP.NET Web API has replaced WCF?
how to include timer or counting time to display next page in asp.net
What does passport and windows authentication mean in ASP.NET?
How does cookies work in asp net?
Can we use MSSql as backend in asp.net...if yes then How.?
What does session_start () do?