When we are browsing any site hosted on IIS and then we are getting HTTP Error 503 Service Unavailable error.
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.
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.
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.