Douglas Knudsen wrote: > I've done this seemed to work fine for me. The Flex SWF is in the same HTTP > container as your cfms so it should be fine.
Hmm... I've figured out *WHY* I'm having trouble. my application is in /tools/entitylookup3/ At one time, I had that directory configured to use a different instance, but removed that some time ago. However, requests to that directory are *STILL* going through the instance I had configured it - even though I removed the "application" from IIS. Seems that IIS still had that piece cached because when I recreated the application on that directory, it remembered that it was using instance 11... I changed it back to instance 2 ... applied.. and all is well. I then REMOVED the application from IIS, and it still worked. So here's a tip: If you configure a subdirectory in IIS to use a different instance of Coldfusion - and you subsequently unconfigure that subdirectory - make sure you first REASSIGN it to the default instance, and then remove the application. Rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256936 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

