It is necessary to add ServerSideInclude IIS handler mapping so that .inc files can load properly on website elements like header and footer.
Please following the below steps to add ServerSideInclude IIS handler mapping at IIS:
- Login into your windows server via RDP.
- Open IIS Manager and browse to your website.
- Click on Handler Mappings.
- There will be action bar at the top right corner.Click on Add Module Mapping.
- set following parameters and click OK.
Request Path = *.htm
Module = ServerSideIncludeModule
Name = SSI-htm - Click OK.