How to Disable .Net Strong Name Verification for All .Net assembly in system by config .net framework or IIS or project\'s config?
(click for larger image)>
To disable strong name validation for all assemblies on your machine you can run:
sn.exe -Vr *
from a Developer Command Prompt for VS201*