503 error, caused by `iis_ssi.dll failed to load` in the Event Viewer (eventlog)

可紊 提交于 2020-08-06 11:39:05

问题


I'm getting this error in the event log (EventViewer):

The Module DLL C:\Windows\System32\inetsrv\iis_ssi.dll failed to load. The data is the error.

OS is Windows2012 Server. How to fix it?


回答1:


You need to add SSI in Server Manger. Follow these steps:

  1. Add Roles and Features
  2. In Server Roles, expand Web Server (IIS)
  3. Expand Application Development
  4. Select Server Side Includes



回答2:


For Windows 2012r2 Operating systems, to be more precise following this step:

  1. Open Server Manager Dashboard
  2. Click on Add Roles and Features
  3. Expand Web Server IIS (if not already selected)
  4. Expand Web Server
  5. Expand Application Development and ensure that all unchecked boxes are selected.
  6. Click Next on the select feature windows to advance
  7. In the Confirm installation selection select specify an alternate source path for the installation CD such as F:\sources\sxs to complete the installation.


来源:https://stackoverflow.com/questions/37474915/503-error-caused-by-iis-ssi-dll-failed-to-load-in-the-event-viewer-eventlog

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!