asp.net - Handler "PageHandlerFactory-ISAPI-4.0_32bit" has a bad module "IsapiModule" in its module list -


im getting following error in 32 bit machine classic applicationpool

     handler "pagehandlerfactory-isapi-4.0_32bit" has bad module "isapimodule" in module list. 

and in 64 bit machine

handler "pagehandlerfactory-isapi-4.0_64bit" has bad module "isapimodule" in module list.

if install isapi , cgi in webservices error not coming. there possible way allow program without installiing in classic applicationpool. , next question is, how recognize isapi , cgi restrictions installed. there registry check exists or other check.

thanks in advance.

the above answer helped me needed additional steps, here full process had do.

go control panel -> programs , features -> turn windows features on or off. make sure have following selected:

turn windows features on or off




next, refresh iis manager. should see isapi , cgi restrictions on root level of features of iis, click allow both versions of .net v4.0

isapi , cgi restrictions


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

session - Logging Out Using PHP -