local hosting personal website ..errorJJAYRAM13yAsked Jul 11, 2013, 2:14 AM2k.NETServer Error in Application "SRRELECTIONPROJ.COM" Internet Information Services 7.5 Error Summary HTTP Error 500.21 - Internal Server Error Handler "PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list Detailed Error Information ModuleIIS Web Core NotificationExecuteRequestHandler HandlerPageHandlerFactory-Integrated Error Code0x8007000d Requested URLhttp://srrelectionproj.com:80/p2srchdown.aspx Physical PathC:\CRPADMIN\p2srchdown.aspx Logon MethodAnonymous Logon UserAnonymous Most likely causes: Managed handler is used; however, ASP.NET is not installed or is not installed completely.There is a typographical error in the configuration for the handler module list. Things you can try: Install ASP.NET if you are using managed handler.Ensure that the handler module's name is specified correctly. Module names are case-sensitive and use the format modules="StaticFileModule,DefaultDocumentModule,DirectoryListingModule". Links and More Information IIS core does not recognize the module. View more information »
Sunny Sharma13y agoPosted Jul 11, 2013, 7:19 AMHi ANI,Seems you have multiple frameworks installed on our system and it's causing a conflict for IIS which version to use.start "cmd" with admin privilege and run this command:%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -itake a restart if needed and it should work.Hope it helps.Cheers!0
Sunny SharmaPosted Jul 11, 2013, 7:19 AM
Seems you have multiple frameworks installed on our system and it's causing a conflict for IIS which version to use.
start "cmd" with admin privilege and run this command:
%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -i
take a restart if needed and it should work.
Hope it helps.
Cheers!