> Could not find the ColdFusion Component > /pollster.components.entities.Polls. Please check that the given name is > correct and that the component exists.
That will probably be because you are not running your FarCry app at the root of your webserver. Probably under a subdirectory like: http://....../farcry_reed There would be a couple of ways to fix this. Quickest would be to put a CF Mapping in to the root of where the Pollster component can be found. Given it will be in the FarCry www directory that will be something like: farcry_reed/www/pollster The reason it would have worked under inetpub is because the "pollster" directory would have been straight off the webroot. Regards, Gary Menzel --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
