Brunov's blog

Sergey Vyacheslavovich Brunov's blog

IIS HTTP Error 500.19 - Internal Server Error

2011-08-28 17:28:14 Moscow time

Today I have faced with the "HTTP Error 500.19 - Internal Server Error" after publishing my ASP.NET project.

Additional details:

HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.

Module IIS Web Core
Notification BeginRequest
Handler Not yet determined
Error Code 0x80070021

Solution:

The solution is to install (if it is not installed or reinstall) ASP.NET feature of IIS7.0:

Control Panel -> Program and Features -> Turn Windows Features On or Off -> Internet Information Services -> World Wide Web Services -> Application Development Features -> Check/Uncheck ASP.NET.

Tags: asp.net iis web deploy