Unable to load DLL '..\ACR120U.DLL': Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
Try To Open Like This
[DllImport("ACR120U.DLL")]public static extern int ACR120_Open(int ReaderPort);
This Method on Local Host Working Fine. When Host To Webserver Then Throws This Error
ASP.NET