Security types in ASP/ASP.NET? Different Authentication modes?

Answers were Sorted based on User's Feedback



Security types in ASP/ASP.NET? Different Authentication modes?..

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

Security types in ASP/ASP.NET? Different Authentication modes?..

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

Security types in ASP/ASP.NET? Different Authentication modes?..

Answer / ajay gupta

windows authentication
passport authentication
form authentication

Is This Answer Correct ?    0 Yes 0 No

Security types in ASP/ASP.NET? Different Authentication modes?..

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

Post New Answer

More ASP.NET Interview Questions

How do you store a value in viewstate and retrieve them?

0 Answers  


what is caching,session? when & what is used mostly in which situtations, how they r implemented in real time? tell with example?

1 Answers   Satyam,


What is the difference between application state and caching?

0 Answers  


How to improve performance of web application asp.net mvc? : Asp.Net MVC

0 Answers  


when the user control event occur in ASp page life cycle?

3 Answers   Microsoft,






How do you insert multiple rows from a grid view to database table under a single transaction?

1 Answers  


What are the ways to sending the data in ASP.NET page?

0 Answers  


How do you relate an aspx page with its code behind Page?

2 Answers   Accenture,


Briefly describe different techniques for ASP.NET State Management?

6 Answers   Deloitte, Syntax Softtech,


What is page request in asp.net?

0 Answers  


What is difference between view and partial view?

0 Answers  


What is the difference between response.redirect and server.transfer, how to choose one among the other?

3 Answers   247Customer,


Categories