Question
Accessing ColdFusion API via .NET
I work for cPanel and we are trying figure out a way to support ColdFusion via our own .NET code. i.e., we would like to be able to call into the API to as part of creating a website to enable or disable a given user as well as configure their options relating to security. All of our code is in C++/CLI and C#, and most likely needs to stay that way.
In short, can I access ColdFusion via my C# code?
