We had a client that wants to eventually move their CF web application over to .NET. In preparation for this, we started writing some of the business layer in .NET and compiling it into a DLLs. I've figured out how to have CF communicate with the .NET DLL object and call the functions inside the DLL. My issue is that I would like to reuse this DLL on another site hosted on the same server. The DLL utilizes an XML for site specific configuration. I've copied it to a different location on the server with its own XML configuration. When the second site calls this copy of the DLL, CF is using the configuration loaded from the first site. I believe the CF server is using the cached proxy of the DLL. Is there a way I can get around this without renaming the DLL.
In case it matters, both the DLL and CF server are on the same machine. The DLL is written in VB using Visual Studio 2010. The CF server is version 8. Thanks for reading. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346662 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm