code-security

Granting FullTrust to an assembly

I have a handful of assemblies on a network share. There is another application that uses reflection to load these and execute some code. The method that needs to be executed makes a web request, so I am getting a security exception when I try to do that. I have tried signing the assemblies, but that doesn't work. Does anyone have any th...

Is it impossible to secure .net code (intellectual property) ?

I used to work in JavaScript a lot and one thing that really bothered my employers was that the source code was too easy to steal. Even with obfuscation, nothing really helped, because we all knew that any competent developer would be able to read that code if they wanted to. JS Scripts are one thing, but what about SOA projects that h...