When you access a CFC directly with a web browser without specifying a component method, the following chain of events occurs:
  - The request is redirected to the cfcexplorer.cfc file, which is located in the cf_root/wwwroot/CFIDE/componentutils directory. 
 
  - The cfcexplorer component prompts users for the ColdFusion RDS or Administrator password, if necessary. 
 
  - The cfcexplorer component renders an HTML description and returns it to the browser.