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 is the Difference between user and server controls?

5 Answers  


I have a datagrid of 10 rows and I am updating the fifth row using template column edit. How wil u know that the row is updated, so that it can be send to database for updating the respective table?

3 Answers  


Explain what is clr?

0 Answers  


what is meant by sitemapnode ?

0 Answers   Netsweeper,


Does the following statement executes successfully: Response.Write(?value of i = ? + i);

4 Answers   TCS,






Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc

0 Answers  


How do you change the session time-out value?

0 Answers   TryTechnicals Pvt Ltd,


Can we use multiple web.config files in an sigle appliction?

3 Answers   IBS,


What are generics? why it is used? architecture of ASP.NET?

7 Answers   Path Infotech, Satyam, TCS,


What is state management in asp.net and define Client-side state management and Server-side state management?

2 Answers   TVS,


What is preprocessor in .net?

0 Answers  


What is the exact purpose of http handlers?

0 Answers  


Categories