Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixed extra space.


Excerpt

2.8 Select Internet Information Services (IIS) as a web server and configure its settings. 

Note

You need to enable Web-CGI and Web-Common-Http IIS Web Server features for correct work of WebSpellChecker in case of configuration via the FastCGI protocol (SSRV.CGI component):

Expand
titleClick here to expand the configuration steps for IIS Web Server...

Use these steps to configure IIS Web Server for Windows Server 2012/2016:

  • Navigate to Windows Start menu and launch Windows PowerShell.
  • Run Add-WindowsFeature Web-CGI command
  • Run Add-WindowsFeature Web-Common-Http command

Use these steps to configure IIS Web Server for Windows Server 2008:

  • Navigate to Windows Start menu and launch Windows PowerShell.
  • Click the right mouse button and select Run as Administrator option.
  • Run import-module servermanager command
  • Run Add-WindowsFeature Web-CGI command
  • Run Add-WindowsFeature Web-Common-Http command


2.9 Select one of the Web Site(s) from the list of proper and available ones and click Next to proceed. Here we use Default Web Site option for the installation.