Allow unmanaged DLLs in IIS

1

How to configure IIS in windows 10 to allow unmanaged DLLs?

    
asked by anonymous 23.02.2017 / 13:02

1 answer

1

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.

    
23.02.2017 / 13:38