Configuring IIS with Web Administration Console, Audit Trail Reporting, or Laserfiche Federated Search
When they are installed, these products will create their own virtual directories within the default IIS website, and will also create their own application pools. By default, these will be named as follows:
- Web Administration Console
- Application Pool: WebAdminAppPool
- Virtual Directory: WebAdmin
- Audit Trail
- Application Pool: AuditTrailAppPool
- Virtual Directory (Web Reporter): AuditTrail
- Virtual Directory (Configuration): AuditTrailConfig
- Federated Search
- Application Pool: FederatedSearchAppPool
- Application Pool (Administration): FederatedSearchAdminAppPool
- Virtual Directory: FederatedSearch
You will need to install certain additional IIS features in order for IIS to work with the Laserfiche web components.
To install additional IIS features in Windows 8, Windows 8.1, and Windows 10
- Open the Control Panel and select Programs and Features.
- Select Turn Windows features on or off.
- In the Window Features dialog box, expand Internet Information Services.
- Select the features you want to install.
- ASP.NET 4.8 (for Audit Trail Reporting), ASP.NET 4.x (for Web Administration Console), or ASP.NET 4.5 (for Federated Search) (expand Web Server and then Application Development)
- Static Content (expand World Wide Web Services and then Common HTTP Features)
- Windows Authentication (expand World Wide Web Services and then Security)
- Click OK.
- Restart if prompted.
To install additional IIS features in Windows Server 2012
- Open Server Manager.
- Click Manage and select Add Roles and Features.
- In the Before You Begin step, click Next.
- In the Installation Type step, select Role-based or feature-based installation and click Next.
- In the Server Selection step, select your Web server.
- In the Server Roles step, expand Web Server (IIS) and select the features you want to install.
- Static Content (expand Web Server and then Common HTTP Features)
- ASP.NET 4.8 (for Audit Trail Reporting), ASP.NET 4.x (for Web Administration Console), or ASP.NET 4.5 (for Federated Search) (expand Web Server and then Application Development)
- Windows Authentication (expand Web Server and then Security)
- Continue through the wizard until you reach the installation confirmation. Click Install.
- Restart if prompted.