I encounter a problem with the JSON.Net serialization library and I wanted opinion of people more expert than me in CAS and AppDomain management.
Recently I\'ve managed to get the Razor parser working under .NET 3.5 and hosted by SQL Server 2008. At the moment, it\'s really just an experiment to see what is feasible.This is working, including d
In my application, users can dynamically load their dll files and run functions from the dll. I want to prevent their code from accessing the fil开发者_开发技巧e system (read/write to local files).
I have an assembly that is version 1.0.0.0 and a new version that is 2.0.0.0.Both are installed in my GAC.
I\'m planning to use custom permission-based declarative authorization mechanism based on CodeAccessSecurity. In order to implement it I\'ve created following subclass derived from CodeAccessSecurityA
I\'m getting TrustNotGrantedException thrown for some specific users of our VSTO word addin. These users have the certificate installed correctly.
This question already has answers here: Closed 11 years ago. Possible Duplicate: How to prevent your JavaScript code from being stolen, copied, and viewed?
Two of my users (out of several thousand) have run into a weird exception when my app starts. I haven\'t been able to find any useful information about it via Google, MSDN or Reflector.
Has anyone heard of Chaperon?is it effective in preventing code theft? Now i understand that there can be many ways if someone was to steal code and there is nothing that could be completely foolproo
We deploy our .NET applications by putting them on the LAN, and allowing users to run from there.We are part of a very large organization and do not have have admin rights to the individual computers,