Applies to:
All Trust Protection Platform versions
All Venafi Encryption Director versions
Symptoms:
When accessing Web Admin portal, an HTTP error 404.7 File_Extension_Denied message is displayed
Cause:
This is caused by IIS not allowing unlisted extension to run. For more information refer to http://support.microsoft.com/kb/942045
Resolution:
As per the MIcrosoft KB, allowing unlisted extension to run resolve the problem.
To allow unlisted extension to run:
- Open File Explorer and go to %windir%\System32\inetsrv\config
- Create a backup copy of applicationHost.config
- Edit the applicationHost.config
- Search for <requestFiltering> section
- Change <fileExtension allowUnlisted="false"> to <fileExtension allowUnlisted="true">
- Save and restart IIS services
- WebAdmin should now be accessible
Comments