asp.net mvc - C++ Unmanaged external dll load in IIS -


i have external c++ unmanaged dll & want use in asp.net application following way :

[dllimport("c:\\windows\\system32\\inetsrv\\project2.dll", callingconvention = callingconvention.cdecl)] 

when run program visual studio 13 work fine. when publish project on web server (iis 7) can't work display message.

the resource cannot found.


Comments

Popular posts from this blog

.net - Generate assembly with Roslyn -

batch file - filebot superstrict script: need tiny video sample or other solution -

ZeroMQ on Windows, with Qt Creator -