• Home /
  • How to /
May 4, 2009

Fix “Calling LoadLibraryEx on ISAPI filter c:\…isapi.dll failed”

Yesterday, while setting up a website on IIS 7 and Windows Server 2008, I loaded up the website in the browser and ended up getting the following error message:

Calling LoadLibraryEx on ISAPI filter C:…isapi.dll failed

The path was to the isapi.dll file in C:Program Filesetc and I was pretty sure everything was setup properly. After doing a bit of research on the topic, I figured out that since I’m running IIS 7 on a 64-bit version of Windows Server and my web application was 32-bit, I had to change a setting in the IIS configuration.

To fix this problem, all you have to do is open IIS7 and click on Application Pools.

Then right-click on the application pool for your website or the default application pool and go to the Advanced Settings tab. Make sure that Enable 32-bit applications is set to True.

Calling LoadLibraryEx ISAPI filter failed

That’s it! Now restart IIS and load up Internet Explorer again and your website should load fine.