What benefit does your code receive if you decorate it with
attributes demanding specific Security permissions?
Answers were Sorted based on User's Feedback
Answer / o1
Allows administrators to see exactly which permissions your
application needs to run, using PermView
Prevents your code from being exploited beyond what
permissions it absolutely needs
Allows your application to forcibly fail instead of having
to manually handle situations where it might be denied
permissions it requires.
More info can be found here / here
Is This Answer Correct ? | 1 Yes | 3 No |
How does asp.net page work?
Explain managed code an un-managed code.
what is the challenging situation you faced in your career?
3 Answers Calsoft, HP, Satyam, Wipro,
What is a server farm in iis?
Exception handling
What r Callbacks in ASP.NET?
What is asp.net web application?
How would you turn off cookies on a page of a website?
Disable Session State at the Page Level
What is a session in programming?
What are the ways to sending the data in ASP.NET page?
Suppose you want a certain ASP.NET function executed on MouseOver overa certain button. Where do you add an event handler?