Yes It would be possible to call a C++ CFX in .NET, you would have to implement the abstract classes (CCFXRequest, CCFXStringSet, etc). Once you had them implemented, you could then make Server Controls, or User Controls in .NET that corresponded to the CFX tag, so that you could call the tag from an ASP.NET page like this:
<cfx:tagName /> It's possible, but it would take some work, one might argue that your time is better served rewriting the tags in C# (that is if you had to use .NET!) _____________________________________________ Pete Freitag CTO, CFDEV.COM http://www.cfdev.com/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

