Security types in ASP/ASP.NET? Different Authentication modes?
Answers were Sorted based on User's Feedback
Answer / babu
Asp security can be done in three ways
1.Windows authentication
2.passport (or)authentication
3.forms (or)asp authentication
Is This Answer Correct ? | 25 Yes | 3 No |
Answer / pradeep
Different types of security in asp.net are
1.Code Access Security
2.Evidence Based Security
3.Role Based Security
4.Declarative and Imperative security
5.Cryptography
Different modes of Authentication are
1.Windows Authentication
2.IIS Authentication
3.Microsoft Passport Authentication
4.Forms Authentication
Is This Answer Correct ? | 22 Yes | 5 No |
Answer / ajay gupta
windows authentication
passport authentication
form authentication
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
How do you store a value in viewstate and retrieve them?
what is caching,session? when & what is used mostly in which situtations, how they r implemented in real time? tell with example?
What is the difference between application state and caching?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
when the user control event occur in ASp page life cycle?
How do you insert multiple rows from a grid view to database table under a single transaction?
What are the ways to sending the data in ASP.NET page?
How do you relate an aspx page with its code behind Page?
Briefly describe different techniques for ASP.NET State Management?
6 Answers Deloitte, Syntax Softtech,
What is page request in asp.net?
What is difference between view and partial view?
What is the difference between response.redirect and server.transfer, how to choose one among the other?