> 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
Does your virtual web server have a mapping to /CFIDE? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more informati ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:321988 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

