Handler "PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list
I recently installed visual studio 2010 and then installed IIS server. But when I tried to run a aspx application it gave this error.
I found that because of not registering ASP.NET properly. So I ran the reg command and it worked for me.
windows\Microsoft.NET\Framework\v4.0.21006\aspnet_regiis.exe –i
the bold one represent your framework version.
Comments