Troubleshooting
Abstract
This article presents a set of problem-solution scenarios provided to you in the form of troubleshootings.
Handling Error HTTP-Fehler 500.22
Abstract
Check out this article and learn more details on how to handle the HTTP-Fehler 200.22 typef error.
Description
The HTTP Error 500-22 refers to and Internal Server Error (Einstellung im verwalteten Modus ungültig - Invalid setting in manage mode).
HTTP Internal Server Error - Invalid setting in manage mode:
Migrieren Sie die Konfiguration in dem Abschnitt "system.webServer/modules". Sie können dies manuell oder mit dem Befehl "AppCmd" an der Befehlszeile durchführen. Beispiel: %SystemRoot%\system32\inetsrv\appcmd migrate config "Default Web Site/". Wenn Sie zum Migrieren der Anwendung den Befehl "AppCmd" verwenden, funktioniert diese sowohl im integrierten Modus als auch im klassischen Modus sowie mit früheren Versionen von IIS.
Solution
Open a Command Prompt window and execute the command from the error message text:
%SystemRoot%\system32\inetsrv\appcmd migrate config "Default Web Site/"
The command executed in Command Prompt