A Blog about my daily life Programming, .NET, SQL, Networking.
Monday, January 16, 2012
How to solve Handler "PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list in IIS
Fresh install of the OS and Visual Studio and I am trying to run a .Net 4.0 Application. I was able to deploy through Visual Studio 2010 using IIS, but when I went to run I would get the error:
HTTP Error 500.21 - Internal Server Error
Handler "PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list
So on a hunch and dealing so much with IIS and ASP.net issues, I decided to reinstall ASP.Net using the command line. Run the command line as admin and type the following:
No comments:
Post a Comment