ASP.NET IIS 7.5 HTTP 500.21 error -
i having issue setting local site.
the project using asp.net framework 4.0 , have defaultapppool use 4.0 managed pipeline mode integrated.
this error get:
http error 500.21 - internal server error handler "pagehandlerfactory-integrated" has bad module "managedpipelinehandler" in module list module iis web core notification executerequesthandler handler pagehandlerfactory-integrated error code 0x8007000d requested url http://localhost:80/default.aspx physical path c:\snugabye\website\default.aspx logon method anonymous logon user anonymous causes: managed handler used; however, asp.net not installed or not installed completely. there typographical error in configuration handler module list. things can try: install asp.net if using managed handler. ensure handler module's name specified correctly. module names case-sensitive , use format modules="staticfilemodule,defaultdocumentmodule,directorylistingmodule".
under control panel -> programs -> turn window features on / off see microsoft .net framework 3.5.1 , nothing regarding 4.0 there missing?
did register .net iis? if not run following commands:
c:\windows\microsoft.net\framework\v4.0.30319\aspnet_regiis.exe -i c:\windows\microsoft.net\framework64\v4.0.30319\aspnet_regiis.exe -i
you need elevated command prompt (...run admin).
Comments
Post a Comment