System information
Adobe documentation - Confidential
Configure IIS
Open IIS, expand Sites and remove any sites that you do not need, for example the Default Web Site.
Configure Request Filtering
Open the Internet Information Services (IIS) Manager application and click on the root node above Sites.
Click on Request Filtering and the select the URL tab. Click on Deny Sequence and enter
/CFIDE/administrator to block access to it. Consult table 2.10.1 and 2.10.2 and block all URIs that are not
needed. If all /CFIDE URI’s are safe to block for your application you may simply block /CFIDE instead of
entering each one.
Note: Request Filtering was added to IIS7.0, the user interface in the IIS manager to configure request
filtering was added in IIS 7.5. If you are using IIS 7.0 request filtering can be configured in the
applicationHost.config and web.config files.
Adobe documentation - Confidential