Security types in ASP/ASP.NET? Different Authentication modes?
Answer Posted / 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 |
Post New Answer View All Answers
Explain how viewstate is being formed?
Where is http session stored?
What is the difference between client-side and server-side validations in webpages?
Is viewstate enabled by default?
What is different in .net 1.1 and .net 2.0?
Explain about solution explorer window?
Which is faster viewdata or viewbag?
Describe paging in asp.net?
Explain about Automatic resource management?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
What is an asp.net validator? And, mention its types.
What is role-based security in asp.net?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
Describe a Windows Service and its lifecycle ?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?