...
- Verify/enable Static and Dynamic Compression on the IIS Server.
- Requires adding Dynamic Content Compression on the web server under Administrative Tools > Server Manager > Roles > Web Server.
- Under the Roles Services, select Add Role Services.
- Select Static Content Compression and Dynamic Content Compression.
- Load IIS Manager, navigate to the Aptify application, select Compression and ensure that the Enable dynamic content compression and Enable status content compression options are selected.
- After completing these changes, restart IIS.
Both static and dynamic compression should now be enabled for the Aptify site. You can verify this using a HTTP debugging tool like Fiddler.
...