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

What type of code, client-side or server-side, is found in a code-behind file of a Web page?

0 Answers   MindCracker,


What are the Types of session management in ASP.NET

0 Answers   Microsoft,


When was asp.net released?

0 Answers  


what is Repeater Control, When it is used,How it is used, what type of template is used for repeater control?

6 Answers   iSoft,


Explain how can we access static variable?

0 Answers  






Can u able to get the xml document in crystal report if yes how its possible

2 Answers  


My website has around 100 aspx. Out of this, a certain 20 aspx files should be made available to the users only if they are logged in. How can I achieve this with the web.config file?

1 Answers   Techno Solutions,


explain ado.net

6 Answers  


In cache where dats is stored and how(file or object?)

2 Answers  


What is a multilingual website?

0 Answers  


How does session id work?

0 Answers  


After capturing the SelectIndexChanged event for a ListBox Control, you find that the event handler doesn?t execute. What could be the problem be? a) The AutoEventWireup attribute is set to False b) The AutomaticPostBack attribute is set to False c) The codebehind module is not properly compiled d) The ListBox must be defined WithEvents.

2 Answers   Syntax Softtech,


Categories