Mike, But thats not your problem is it?
Its the fact that as soon as you move your directory out of wwwroot/projects into c:/projects and point your virtual directory to that you code stops working and inspecting the url no matter what you try or what mappings you have in CF admin you still end up with http://mysite/myCFC instead of http://mysite/projects/mycfc right? with cfc:mysite.projects.mycfc.myfunction you still get the above? After I sent in that last email I re-read your first email again and set it up exactly as you have it and was able to produce the same results as you are getting. So at least I can replicate it. The only problem now is whats the solution... Creating a CF mapping doesn't seem work. I put in the correct path to the cfc in the cfajaxproxy tag and it passes without error but produces "var _cf_mycfc=ColdFusion.AjaxProxy.init('/mycfc.cfc','myclass');" without the correct path info. I checked the known issues and found the following entry. 69915: The cfajaxproxy tag is not able to correctly locate CFCs that are in symbolically linked paths on the file system. Ensure that your CFCs are always available under hard linked paths. As a workaround or until someone comes up with a solution you could bind to a URL instead of a CFC. Regards, Gary Gilbert http://www.garyrgilber.com/blog ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion is delivering applications solutions at at top companies around the world in government. Find out how and where now http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288280 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

