What benefit does your code receive if you decorate it with
attributes demanding specific Security permissions?

Answers were Sorted based on User's Feedback



What benefit does your code receive if you decorate it with attributes demanding specific Security ..

Answer / poonam

genetic recombination

Is This Answer Correct ?    2 Yes 3 No

What benefit does your code receive if you decorate it with attributes demanding specific Security ..

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

Post New Answer

More ASP.NET Interview Questions

How does asp.net page work?

0 Answers  


Explain managed code an un-managed code.

0 Answers  


what is the challenging situation you faced in your career?

3 Answers   Calsoft, HP, Satyam, Wipro,


What is a server farm in iis?

0 Answers  


Exception handling

2 Answers   Syntel,






What r Callbacks in ASP.NET?

1 Answers  


What is asp.net web application?

0 Answers  


How would you turn off cookies on a page of a website?

0 Answers  


Disable Session State at the Page Level

1 Answers  


What is a session in programming?

0 Answers  


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

0 Answers  


Suppose you want a certain ASP.NET function executed on MouseOver overa certain button. Where do you add an event handler?

3 Answers   Visual Soft,


Categories