0
Answer

Unmanaged code security problem

adri_r_2000

adri_r_2000

18y
2k
1
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?