The Checkbox V7 installation requires several IIS modules to be installed, including:
- .NET Extensibility 4.7
- ASP.NET 4.7
- ISAPI Extensions
- ISAPI Filters
- Rewrite Module
Please ensure that these modules are installed in IIS.
To install the ISAPI modules, follow this guide: https://docs.microsoft.com/en-us/previous-versions/iis/6.0-sdk/ms524567(v%3Dvs.90)
To install the Rewrite module, download it here and restart IIS when finished: https://www.iis.net/downloads/microsoft/url-rewrite
Once done, you should see this icon included among the IIS modules: http://www.web-site-scripts.com/knowledge-base/admin/media_store/2/AA-00470/url-rewrite-installed.png
Steps For Installing the ASP.NET 4.x Module and other IIS modules:
1. Open Server Manager.
2. Click Add roles and features.
3. Click Installation type. Click Role-based or feature-based installation and then click Next.
4. On the Server Selection dialog box, click Select a server from the server pool. In the Server Pool list, select your server and then click Next.
5. On the Server Roles dialog box select, Web Server (IIS). If you are prompted to add additional features, click Add Features and then click Next.
6. On the Role Services dialog box, expand the Application Development node and select ASP.NET 4.6. If you are prompted to add additional features, click Add Features. Leave all other default role services selected.
7. On the Confirmation dialog box, click Install. Proceed through the Add Roles and Features Wizard. As the wizard runs, look through the list of installation items and verify that the following role services are included. These are the minimum requirements for Interaction Administrator Web Edition:
- Web Server
- Common HTTP Features
- Default Document
- Directory Browsing
- HTTP Errors
- Static Content
- HTTP Redirection
- Health and Diagnostics
- HTTP Logging
- Performance
- Static Content Compression
- Dynamic Content Compression
- Security
- Request Filtering
- Application Development
- .NET Extensibility 3.5
- .NET Extensibility 4.x
- ASP.NET 4.x
- ISAPI Extensions
- ISAPI Filters
- WebSocket Protocol
- Common HTTP Features
- Management tools
- IIS Management Console
- IIS Management Console
Note: You may see other dialog boxes appear as role services are installed. You may also be prompted for the location of the Windows 2016 Server installation media. When the wizard is complete, click Close.
To Enable ASP.NET extensions:
1. Open Server Manager.
2. From the Tools menu, select Internet Information Services (IIS) Manager.
3. In the Connections pane, select the local computer name.
4. Double-click ISAPI and CGI Restrictions.
5. In the list of ISAPI and CGI Restrictions, find the entry for ASP.NET 4.x (where x is the current release). Is this restriction allowed?
6. If yes, you have finished this procedure.
If no, right-click on ASP.NET 4.x and then click Allow.
Note: If you do not see ASP.NET 4.x in the list, then either you do not have the 4.0 Framework installed, or you do not have ASP.NET 4.0 extensions installed. To install the extensions, run aspnet_regiis.exe with the -i option from the 4.0 Framework directory. By default, this is located at C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319. Then enable the extension.
0 Comments