Required IIS components

 The IIS components listed below satisfy the minimum requirements to run the Web Adaptor. If other IIS components are enabled, they do not need to be removed.

  • Web Server (World Wide web Services)
    • Common HTTP Features
      • Default Document
      • Static Content
    • Security
      • Request Filtering
      • Basic Authentication
      • Windows Authentication
    • Application Development
      • .NET Extensibility 4.7
      • .NET Extensibility
      • ASP.NET 4.6
      • ASP.NET
      • ISAPI Extensions
      • ISAPI Filters
      • WebSocket Protocol
  • Management Tools (Web Management Tools)
    • IIS Management Console
    • IIS 6 Management Compatibility
      • IIS 6 Metabase Compatibility
    • IIS Management Scripts and Tools
    • Management Service
  • .NET Framework 4.x Advanced Services:
    • ASP.NET 4.x

Can use command line:

Dism.exe /online /enable-feature /all /featurename:IIS-ManagementConsole

Dism.exe /online /enable-feature /featurename:IIS-WindowsAuthentication /featurename:IIS-WebServerManagementtools /Featurename: IIS-Managem
entConsole /featurename:IIS-ManagementService /featurename:IIS-ASPNET /featurename:IIS-Webserver /Featurename: IIS-ManagementConsole /featurename:IIS-WebServerManagementtools /featurename:IIS-ManagementService

Dism.exe /online /enable-feature /featurename:IIS-ASPNET45 /all 
/featurename:IIS-ManagementConsole  /featurename:IIS-StaticContent /Featurename:IIS-Security

Note: For Window2016:

IIS-ASPNET45
IIS-WebServer
IIS-StaticContent 
IIS-DefaultDocument
 IIS-BasicAuthentication
IIS-WindowsAuthentication
IIS-WebServerManagementTools
IIS-ManagementConsole
IIS-ManagementService

Comments

Popular posts from this blog

ASP Net API pass parameter frombody

avoid Caching in asp net mvc