> Now I cannot use <cfcache... it will produce > error "connection failure"
CFCACHE relies on CFHTTP. There are all sorts of reasons why HTTP requests from the server to itself might not work. My guess is that the server can't resolve the hostname used to make the requests. You can test this by pinging the hostname in question from the server console. If you can't access the server console, you can use CFEXECUTE to test this. > I don't understand this word....(from adobe) > Ensure that the URL is not protected by security > such as IIS NT Challenge/Response or Apache > .htaccess password. > > how do I check if my website is under those > above setting ? If going to the URL requires a browser login, it's protected by web server security. Dave Watts, CTO, Fig Leaf Software ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287125 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

