Jump to content

503 Service Unavailable error (The Module DLL <path-to-DLL> failed to load. The data is the error)


Recommended Posts

Guest Sandeep_Goyal
Posted

Symptom

 

 

When we are browsing any site hosted on IIS and then we are getting HTTP Error 503 Service Unavailable error.

 

 

 

Cause

 

 

Some required IIS components are NOT loading properly. e.g. (The Module DLL <path-to-DLL> failed to load. The data is the error.). This can happen when that feature is not installed properly on the server.

 

Sample errors for reference.

 

  • The Module DLL C:\WINDOWS\System32\inetsrv\webdav.dll failed to load. The data is the error.

Resolution

 

 

First check if the Application Pool for server is started, and if stopped restart it.

 

If the Application Pool is started and stopped again then review the Windows Application Event logs for errors with source “IIS-W3SVC-WP

 

The Module DLL <path-to-DLL> failed to load. The data is the error. Please find below screen shot for reference.

 

 

 

mediumvv2px400.png.67c6a2c12eb1c49ee9411df02ab5e6f7.png

 

Please check if system is referring failed to load DLL in "C:\Windows\System32\inetsrv\config\applicationHost.config" file. If yes, identify the associated Role/Service and install it on server. In this case "WebDAV Publishing" IIS Module. Please find below screen shot for your reference.

 

 

 

mediumvv2px400.png.72dec84eee0ce30f786b291a1ba83d7f.png

 

 

 

Note: Depending on server configuration, there may be different DLLs causing this problem one by one. Other "failed to load DLL" errors for your reference.

 

 

 

  • The Module DLL C:\WINDOWS\System32\inetsrv\iiswsock.dll failed to load. The data is the error.
    • Solution: Please install Web Socket Protocol IIS Module

  • The Module DLL C:\WINDOWS\System32\inetsrv\warmup.dll failed to load. The data is the error.
    • Solution: Please install Application Initialization IIS Module

  • The Module DLL C:\WINDOWS\System32\inetsrv\logcust.dll failed to load. The data is the error.
    • Solution: Please install Custom Logging IIS Module

  • The Module DLL C:\WINDOWS\System32\inetsrv\authcert.dll failed to load. The data is the error.
    • Solution: Please install Client Certificate Mapping Authentication IIS Module

  • The Module DLL C:\WINDOWS\System32\inetsrv\webdav.dll failed to load. The data is the error.
    • Solution: Please install WebDAV Publishing IIS Module

 

Continue reading...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...