How to configure IIS in windows 10 to allow unmanaged DLLs?
How to configure IIS in windows 10 to allow unmanaged DLLs?
At first, you do not need to configure anything. Just be visible in the Windows PATH or in the Windows / System32 directory, this is for x64 dll. For x86, you need to put it inside the Windows / SYSWoW64 / System32 directory and configure the IIS Web site to be 32-bit compatible.
It's worth checking that all dependencies are satisfied by using the Dependency Walker utility.