Admin-Ahead Community

Windows => Control Panels => Plesk => Topic started by: rohitj on November 16, 2013, 10:39:06 pm

Title: Internal Server Error
Post by: rohitj on November 16, 2013, 10:39:06 pm
Internal sever Error on the website

If we access the a domain hosted in the server and we are getting following error message.

======
Calling LoadLibraryEx on ISAPI filter "C:\Program Files (x86)\Parallels\Plesk\isapi\sitepreview.dll" failed
======


This occurs mainly when your web application is using 32 bit and the IIS 7 is using 64 but as default.

In order to fix this we have 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.

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

Enjoy  ;)