cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Summary

Internet Information Services are not installed, or certain features are missing.

Symptoms

Internet Information Services are not installed, or certain features are missing when using Spider..

Cause

Internet Information Services need to be installed with at least version 7, also some additional features need to be activated.

Resolution

The attached PowerShell Script queries for the necessary IIS features that have to be installed.

You can start the script from a Powershell window by typing ".\IISPrerequisites.ps1" or just run it with a right click on the script and select "Run with Powershell".

If you specify the switch -InstallMissingFeatures you can let the script install the missing features for you.

Additional Information

Windows features needed

  • IIS 10 (Windows 2016 Server)
    • Web-Server
    • Web-WebServer
    • Web-ASP
    • Web-Asp-Net
    • Web-Asp-Net45
    • Web-Net-Ext
    • Web-Net-Ext45
    • Web-Scripting-Tools
    • Web-Common-Http
    • Web-Mgmt-Console
  • IIS 8 (Windows 2012 Server)
    • Web-Common-Http
    • Web-Asp-Net
    • Web-Net-Ext
    • Web-ISAPI-Ext
    • Web-ISAPI-Filter
    • Web-Http-Logging
    • Web-Request-Monitor
    • Web-Basic-Auth
    • Web-Windows-Auth
    • Web-Filtering
    • Web-Performance
    • Web-Mgmt-Console
    • WAS
    • Web-Net-Ext45
    • Web-Asp-Net45
    • Web-Scripting-Tools
    • NET-Framework-Features
    • NET-Framework-45-Features
Was this article helpful? Yes No
100% helpful (2/2)
Version history
Last update:
‎Jun 25, 2020 10:58 AM
Updated by: