I'm having some trouble with cas. How can I troubleshoot the problem?



I'm having some trouble with cas. How can I troubleshoot the problem?..

Answer / Mahima Singh

CAS (Code Access Security) is a feature in .NET that controls which code is allowed to execute based on its digital signature and zone of origin. To troubleshoot CAS-related issues, you should first ensure that your code is properly signed and has the necessary permissions specified in its manifest. You can also use tools like Fusion Log Viewer (fuslogvw.exe) to analyze the fusion log for details about permission issues.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is an anonymous method?

1 Answers  


What is the difference between boxing and unboxing?

1 Answers  


What is an Interface? Have you ever developed an Interface.

5 Answers   Deloitte,


What is the managed and unmanaged code in .net?

2 Answers  


What are the main components in .net?

1 Answers  


How WSDL is stored ?

1 Answers   PPS, TCS,


What is Active Directory? What is the namespace used to access the Microsoft Active Directories?

3 Answers  


What is heap and what is stack?

1 Answers  


Explain about managed heap?

1 Answers  


How Garbage Collector (GC) Works?

1 Answers  


What are the different.net tools which you used in projects?

1 Answers  


What security mechanisms to enforce for Authenticating and authorizing the users?

1 Answers  


Categories