There's absolutely no way to identify which .NET frameworks are installed using the ColdFusion Administrator. There's a HUGE "System Information" section devoted to the Java configuration, but .NET is noticeably absent.
http://localhost/CFIDE/administrator/settings/version.cfm
QUESTION: Is it considered a bug that this information is missing?
As a result, I wrote a CFML script to identify all versions and service pack levels of installed .NET. frameworks:
There's still no quick verifiable sub-directory of Adobe-provided "hello world" .NET assemblies that can be used to test which versions are properly working. How is this unit tested? Can it be added to the ColdFusion Administrator so devs can quickly test and ensure that .NET is properly configured and working? (Heck, even Flash installations have a widget that identifies that it's working properly and displays the current version.)