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 |
What is an anonymous method?
What is the difference between boxing and unboxing?
What is an Interface? Have you ever developed an Interface.
What is the managed and unmanaged code in .net?
What are the main components in .net?
How WSDL is stored ?
What is Active Directory? What is the namespace used to access the Microsoft Active Directories?
What is heap and what is stack?
Explain about managed heap?
How Garbage Collector (GC) Works?
What are the different.net tools which you used in projects?
What security mechanisms to enforce for Authenticating and authorizing the users?