Handler "httpplatformhandler" has a bad module "httpPlatformHandler" in its module list
This issue is caused by missing entries from ApplicationHost.config located in the C:\Windows\System32\inetsrv\config folder path.
This can be verified by launch IIS and navigating to the 'vic' virtual directory

In the middle pane, double click the Modules feature.

In the Modules list, httpPlatformHandler will be missing.
![]()
![]()
- Launch a command prompt - perform an iisreset /stop
- Make a backup copy of C:\Windows\System32\inetsrv\config\ApplicationHost.config.
- Add the following lines to the C:\Windows\System32\inetsrv\config\ApplicationHost.config file.
![]()
![]()
- Launch a command prompt - iisreset /start