Hi here i will show how to resolve this below error which usually occurs when we access a asp.net website hosted over IIS.
Handler "PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list
1. go to cmd and run as administrator.
2. and type this below code and hit enter. Thus it will resolve ur issue.
%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -i
3. check the .net version your are using for your website and change the .net version according to it in the cmd.
In my case i was using .net 4.0.
Handler "PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list
1. go to cmd and run as administrator.
2. and type this below code and hit enter. Thus it will resolve ur issue.
%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -i
3. check the .net version your are using for your website and change the .net version according to it in the cmd.
In my case i was using .net 4.0.
No comments:
Post a Comment