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

ZeroMQ on Windows, with Qt Creator -

ios - MKAnnotationView layer is not of expected type: MKLayer -

unity3d - Unity SceneManager.LoadScene quits application -