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

alattin (16999) 5 yıl önce sordu

Windows Server 2012 - IIS 8 üzerindeki uygulamam aşağıdaki hatayı veriyor.

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

Detailed Error Information:
Module       IIS Web Core
Notification       BeginRequest
Handler       Not yet determined
Error Code       0x80070021
Config Error       This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set explicitly by a location tag with overrideMode="Deny" or the legacy allowOverride="false".
Config File       \\?\C:\inetpub\wwwroot\uzmanim.net\web.config
Requested URL       https://uzmanim.net:443/
Physical Path       C:\inetpub\wwwroot\uzmanim.net
Logon Method       Not yet determined
Logon User       Not yet determined

Config Source:
   49:     </staticContent>
   50:     <handlers>
   51:       <remove name="ExtensionlessUrlHandler-Integrated-4.0" />

More Information:
This error occurs when there is a problem reading the configuration file for the Web server or Web application. In some cases, the event logs may contain more information about what caused this error.
View more information »

IIS kurulumu yeni gerçekleştirdi ve uygulaam daha önce eski sunucuda çalışıyordu. Herhangi bir sorun yoktu. Sorun ne olabilir?

Toplam 1 cevap


alattin (16999) 5 yıl önce cevapladı

IIS 8 kurulumunda 

  1. Server Manager'i açın.
  2. Manage > Add Roles and Features seçin.
  3. Web Server (IIS) bölümünü bulun.
  4. Application Development bölümünden size uygun Asp.Net 4.5 veya 3.5'i seçtiğinizden emin olun.
  5. Kurulum sırasında bunu unutmuş olabilirsiniz.