Unmanaged code security problem
I have an C# windows control created using unmanaged code (call functions from .dll). I create a .dll file with it (class library project). I use it in an ASP.NET form but an security error appear at run-time. What are the security issues needed for it? Is it necessary to have a strong name for my .dll?