HTTP Error 500.21 - Internal Server Error - Simple Solution

HTTP Error 500.21 - Internal Server Error Handler "PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list.

If you getting above error after publishing your asp.net application in IIS 7 then following is the simplest solution for you.

  • Go to command prompt.
  • Navigate to C:\Windows\Microsoft.NET\Framework\v4.0.30319 path.
  • Then type aspnet_regiis.exe -i and hit enter.
  • If you got message like "Asp.net installed suuccessfully" then you have done it then.
  • Remember you must have administrator rights to do the above procedure.


Comments

Popular posts from this blog

Use Chroma DB vector database in RAG application using llama index & Deepseek R1 local model

I have created an application to extract text from image using AI

Download DeepSeek R1 Model Locally free | AI RAG with LlamaIndex, Local Embedding and Ollama

Create Chat bot application using Python, Streamlit and Gemini AI

Restore the lost focus of Auto post back controls in asp.net update Panel control