Unable to load an instance of ISAPI filter

  
                  

Today's server's pseudo-static life and death can't be loaded, and many reasons can't be found.

Permissions are also given. what is the reason behind the scene?

Question: The ISAPI filter 'C:\\windows\\Microsoft.NET\\Framework\\v2.0.50727\\aspnet_filter.dll' could not be loaded due to a configuration issue. The current configuration only supports loading images created for the AMD64 processor architecture. The data field contains the error number.

Solution: Open iis-->View the properties of the "Total Site"--->ISAPI Filter-->Delete the item with the downward red arrow--> Restart Iis-->OK


The above is used to delete some isapi. Then follow the above instructions and you should be fine.

Please pay attention:

If the above method still does not work, then there is only one biggest possibility. 64-bit does not support you must convert to 32-bit

Reason: It seems that PHP can not support IIS6 on 2k3 system with INTEL 64-bit CPU installed

Workaround

The problem has been solved. Just run a command and let IIS run in 32-bit mode. The command is as follows:
cscript %SYSTEMDRIVE%\\inetpub\\adminscripts\\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1< Br>

put it in the run to execute the next one.

Copyright © Windows knowledge All Rights Reserved