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 |
What is a viewstate?
Difference between ASP & ASP.NET Session State
what is synchronization and asynchronization. what are the difference between two?
What language does asp.net use?
What is repository pattern in mvc.net? : asp.net mvc
Describe how ASP.NET maintains process isolation for each Web application?
How many types of session state management options available in asp.net?
What event fired during, when datagrid click?
Do you support digital rights management to protect my videos?
I have developed a web application in asp.net 2.0 with Access as back end i am trying to gereate report/export data in excel. After hosting the site i am not getting any error or such exported excel file. but using the source code from my system it works fine. Could any one tell me why it is happening and what is its solution.
what is clr .
Why asp.net is better than php?