Problema plesk windows iis corrupto

http://kb.parallels.com/en/114206

Sites are down – IIS configuration Error.

ID del artículo: 114206
Fecha de creación: Jun 26, 2012
Última actualización: Mayo 11, 2014
Vistas:
 
 
 
APLICABLE A:
  • Parallels Plesk 11.5 for Windows
 

Symptoms

IIS service does not respond; Websites and Control Panel are down.

The following error is shown in IIS Manager:

    Filename:
    \\?\C:\Windows\System32\inetsrv\config\applicationHost.config
    Error: Cannot write configuration file

or

    There was an error while performing this operation.
    Details: 
    Filename: \\?\C:\Windows\system32\inetsrv\config\applicationHost.config
    Line number: 1517
    Error: Configuration file is not well-formed XML

Note: The file path may differ from those above.

Cause

The issue may occur if there is not enough disk space on the server. The file path may vary from the one above, but essentially, the error means that IIS has failed to write to one of its configuration files, i.e.,'C:\Windows\System32\inetsrv\config\applicationHost.config' in the above example.

Resolution

Free up enough disk space and restore the latest IIS configuration backup.

Example commands for IIS 7:

cd %windir%\System32\inetsrv

C:\Windows\System32\inetsrv>appcmd list backup
BACKUP "CFGHISTORY_0000000054"
BACKUP "CFGHISTORY_0000000055"
…
BACKUP "CFGHISTORY_0000000062"

C:\Windows\System32\inetsrv>appcmd restore backup CFGHISTORY_0000000062
Restored configuration from backup "CFGHISTORY_0000000062"

NOTE: The file at the bottom of the list is usually the latest one, however to confirm it, you may check the creation date. The backups are stored in 'C:\Inetpub\history' by default.

In case your restoration fails with the following error:

    ERROR ( hresult:80070005, message:Command execution failed.
    Access is denied.
     )

Disable 'Read Only' attribute on a file 'C:\Windows\System32\inetsrv\config\schema\rewrite_schema'

Restart IIS after restoring the configuration:

iisreset /restart
  • 0 Los Usuarios han Encontrado Esto Útil
¿Fue útil la respuesta?

Artículos Relacionados

Como subo mi pagina web.

Profesional Hosting para las cuentas de hosting permite dos maneras de subir su pagina web las...

¿ Como ver mi transferencia mensual consumida ?

Trafico mensual global de su cuenta(Todos sus dominios): 1. Haga login en su panel de control...

¿Como instalar el contador de visitas en mi pagina web?

Es muy importante tener un control estadistico de las visitas que recibe su pagina web para hacer...

¿Como crear un subdominio en plesk?

El proceso es sencillo indicamos los pasos: 1) Entre en su panel de control plesk y pulse sobre...

Ver pagina en servidor sin tener actualizadas las dns aun

Cuando realizamos una migración antes de cambiar las dns es necesario muchas veces revisar si...