Archive

Posts Tagged ‘500.19’

Problem in IIS 7.0 during publishing of ASP.NET web application built on framework 3.5

There were two errors which I faced

  1. HTTP Error 500.19 – Internal Server Error  0×80070021
  2. HTTP Error 404.3 – Not Found  0×80070032

How to remove HTTP Error 500.19 – Internal Server Error?

Error Code 0×80070021

This error occurs when IIS is not installed completely i.e. You’ve install IIS but asp.net isn’t installed and by default asp.net doesn’t install automatically so you have to install asp.net.

I’ve windows vista so I went to control panel > Program and Features > Turn Windows features on or off

There I selected IIS and asp.net as shown below

image

Read more…