Als je op een 64 bit systeem IIS draait kan het voorkomen dat je de volgende melding te zien krijgt:
“is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)”
Dit komt omdat de Application Pool die wordt gebruikt voor de website nog geen 32 bit applications toe staat. Dit kan je als volgt enablen:
Enable IIS 7 to run 32-bit applications
-
Go to Administrative Tools, Internet Information Services (IIS) Manager
-
Right-click on the application pool
-
Select Advanced Settings
-
Set ‘Enable 32-bit applications’ to True
-
Click OK
-
Restart the application pool