Thursday, February 6, 2014

LoadLibraryEx failed on aspnet_filter.dll

Recently I have got this error

image

 

 

The issue here is IIS is trying to load a 32 bit ISAPI filter in 64 bit operating system

To fix the issue we needs to configure the issue occurred WebSite -Application pool ->Advance settings

-->Enable 32-bit applications to "True" and try …. It will work

image