- Getting started
- System components and configuration
- BlackBerry AtHoc account requirements
- Upgrade BlackBerry AtHoc
- Postinstallation or upgrade configuration
- Set antivirus file exclusions for database log and tempDB files
- Update certificate metadata for AuthServices
- Run the post upgrade script to update the Bing Enterprise Key
- IIS postinstallation checklist
- Application pool configuration tables
- Table 1: Application pool configuration
- Table 2: Application Pool - Web application associations for the AtHoc website - Enterprise configuration
- Table 3: AtHoc services application pool configuration
- Table 4: Application pools - web application association for AtHoc services web site
- IIS handler mappings
- Verification checklist
- Application pool configuration tables
- (Optional) Enable the TLS 1.2 protocol
- (Optional) Configure the application server for Windows authentication
- (Optional) Configure client certificates on the application server
- (Optional) Set the SSL client certificate
- (Optional) Install certificates for cloud delivery services
- (Optional) Configure new access card formats for operator auto-login
- (Optional) Enable FIPS on each application server
- (Optional) Archive and MAS export service account requirements
- Configure .NET framework to use a web proxy
- (Optional) Restore the XML files for duplicated devices
- (Optional) Set up error pages for Self Service throttling
- Advanced server configuration
- IIS 8.5 Security Technology Implementation Guide
- Server STIG
- IISW-SV-000103: Enable log file and Event Tracing windows
- IISW-SV-000107: Sufficient web server log records for location of web server events
- IISW-SV-000108: Sufficient web server log records for source of web server events
- IISW-SV-000110: Sufficient web server log records to establish the outcome of web server events
- IISW-SV-000111: Sufficient web server log records to establish identity
- IISW-SV-000112: Web server must use Event Tracing for Windows logging option
- IISW-SV-000120: Samples, examples, and tutuorials must be removed from production server
- IISW-SV-000124: Web server must have MIMEs that invoke OS shell programs disabled
- IISW-SV-000146: Web server must not impede ability to write log record content to an audit log
- IISW-SV-000153: Web server must maintain the confidentiality of controlled information during transmission
- IISW-SV-000154: Web server must maintain the confidentiality of controlled information during transmission
- Application STIG
- IISW-SI-000206: Enable log file and Event Tracing windows
- IISW-SI-000209: Sufficient website log records to establish identity
- IISW-SI-000210: Sufficient website log records to establish identity
- IISW-SI-000211: Website must use Event Tracing for Windows logging option
- IISW-SI-000214: Website must have MIMEs that invoke OS shell programs disabled
- IISW-SI-000228: Non-ASCII characters in URLs must be prohibited
- Server STIG
- Verifying BlackBerry AtHoc is operational
- Appendix A: Troubleshooting
- Appendix B: Organization duplicator object management
- BlackBerry AtHoc Customer Support Portal
- Legal notice
IIS handler mappings
The following handler mappings are required:
Handler name | Path | Description |
---|---|---|
asp.net | * | AtHoc Wildcard Script Map |
ASPClassic | *.asp | Handler for classic ASP |
AXD-ISAPI-4.0_32bit | *.axd | web site administration requests handler |
cshtml-ISAPI-4.0_32bit | *.cshtml | Required by MVC |
HttpRemotingHandlerFactory-rem-ISAPI-4.0_32bit | *.rem | Web service handler |
HttpRemotingHandlerFactory-soap-ISAPI-4.0_32bit | *.soap | Web service handler |
MvcScriptMap | *.mvc | Required by MVC |
OPTIONSVerbHandler | * | URL-less page handler |
PageHandlerFactory-ISAPI-2.0 | *.aspx | ASP.NET v.2 page handler |
PageHandlerFactory-ISAPI-4.0_32bit | *.aspx | ASP.NET v.4 page handler |
SecurityCertificate | *.cer | processes SSL certificates |
SimpleHandlerFactory-ISAPI-2.0 | *.ashx | Generic Web handler. |
SimpleHandlerFactory-ISAPI-4.0_32bit | *.ashx | Generic Web handler. |
svc-ISAPI-4.0_32bit | *.svc | Web service handler |
TRACEVerbHandler | * | URL-less page handler |
WebServiceHandlerFactory-ISAPI-2.0 | *.asmx | Web service handler |
WebServiceHandlerFactory-ISAPI-4.0_32bit | *.asmx | Web service handler |
StaticFile | * | URL-less page handler |