Hi there, would like to know if anyone else has encountered
this particular error on a IIS6 server using CF8: "Error invoking
CFC /'name of CFC' : Unauthorized".
This CFC works fine on my localhost, but in the midst of
deploying to pre-production server for final testing. Getting
issues there.
When accessing the CFC directly via URL:
https://webserver/CFIDE/componentutils/cfcexplorer.cfc?method=getcfcinhtml&name=listing1&path=test.c...
I get an IIS error: 401.2 - Unauthorized: Access is denied due to
server configuration.
Web logs haven't been much help either in locating a possible
directory denying access. At this point we did double check to make
sure /CFIDE/scripts/ has IUSR read & execute permissions.
Ideas?
All test CFC's are getting the same error on this server,
even those not calling a particular DB.