Internal sever Error on the websiteIf 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