Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Redo note

...

Excerpt

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

Note

You need to enable the Web-CGI and Web-Common-Http IIS Web Server features for correct work of WebSpellChecker in case of configuration If on the product selection step you selected WSC Dialog plugin for CKEditor 4, you are required to enable Common Gateway Interface (CGI) for your IIS. Follow the step of the official guide on how to enable CGIThe communication between the product and the server components is conducted via the FastCGI protocol (SSRV.CGI component).

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.8. 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.

    ...