IIS Setup for CFAdmin: Directory: d:\web\ IP: 127.0.0.1 Permissions: Intergrated Windows Authentication (anonymous access disabled) IIS Setup for CS (cf application): Directory: d:\web\cs\ IP: 10.11.12.13 (changed for security purposes) Permissions: Intergrated Windows Authentication (anonymous access disabled) Within the CS application, there is a virtual directory: SERVICES which points to: D:\web\cs\services
I have a CFC in the SERVICES directory named: reportservice.cfc Path: D:\web\cs\services\reportservices.cfc I do have the CF Mapping setup as well: /SERVICES ---> D:\web\cs\services /CFIDE Mapping points to: D:\web\cfide Now to the issue: ========================== If I call the web service via URL using 127.0.0.1 it returns the nice layout outlining the methods within the CFC: http://127.0.0.1/services/reportservice.cfc which redirects to: http://127.0.0.1/CFIDE/componentutils/cfcexplorer.cfc?method=getcfcinhtml&name=Services.reportservice&path=/Services/reportservice.cfc However, for it to be used it would be called externally at: http://www.mydomain.com/services.reportservice.cfc If I call that URL I get the following: File not found: /CFIDE/componentutils/cfcexplorer.cfc Any ideas? and BTW: Yes, the directory does exist at: d:\web\cfide\componentutils and the file exists: cfcexplorer.cfc I have been at this since Thursday!! Any comments, suggestions??? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321977 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

