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:

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

Comments
Post a Comment