Unmanaged code security problem

Joined
Mar 3, 2006
Messages
1
Reaction score
0
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?
 
Back
Top