I’ve been researching how to configure IIS to use DLL files. Even so, I can’t find any information about the relationship between the Windows version and the IIS configuration. Does anyone know if there is a relationship? If so, can you point me to some documentation that describes it?
I had an application registered with IIS and I am trying to configure the IIS to so it could use a dll file that I received from the company. But when I configured and run the dll file to see if it is working, it returns an error of :
Faulting application name: w3wp.exe, version: 10.0.22621.1, time stamp: 0x57899135
Faulting module name: KERNELBASE.dll, version: 10.0.22621.3672, time stamp: 0x575a1299
Exception code: 0x0eedfade
Fault offset: 0x00371983
Faulting process id: 0x0x2584
Faulting application start time: 0x01d3e3a513e484f0
Faulting application path: C:WindowsSysWoW64inetsrvw3wp.exe
Faulting module path: C:WindowsSystem32KERNELBASE.dll
Report Id: ff408c3f-e685-494f-afb8-f0c66a19eb8f
Faulting package full name:
Faulting package-relative application ID
But when I sent the same dll to my colleague, it works perfectly fine on his computer. But his computer is running windows 10 1809, while mine is running 11 Pro. So I was wondering if the Windows version matters to the configuration of IIS in using dll files.