Symptoms
-
Plesk and websites are unavailable with
503 Service unavailable.
-
Application pools are stopped in IIS Manager > Application pools.
-
In attempt to access the website after Application pool is restarted it is crushed and the same error is shown in the browser
-
The following error message is logged in Windows Event Viewer > Application
The Module DLL C:pathtomodule_name.dll failed to load. The data is the error.
Cause
The module defined in IIS configuration is improperly configured.
Resolution
-
Connect to the Plesk server via RDP.
-
Create a backup of IIS configuration:
C:> %windir%system32inetsrvappcmd.exe add backup BeforeEditBackup
Note: The backup will be created in
.
C:WindowsSystem32inetsrvbackup -
Start Internet Information Services (IIS) Manager at Windows Start > All Programs > Administrative Tools.
-
In IIS Manager, click on SERVERNAME > Modules and remove the faulty module reported in the error message.
Note: In case the module is not visible on the modules page, move to step 6.
-
Open the file
in a text editor and remove the lines related to the faulty module (if exist).
%windir%system32inetsrvconfigApplicationHost.config
For example:<add name="CSPms" image="C:InetpubCSPGatewayCSPms.dll" />
-
Save the changes.
-
Restart IIS:
C:> iisreset