When I use:
System.Environment.Version
The result is "2.0.50727.3053"
I know that 3.5 is compatible and in IIS is identified as 2.0, blah blah...
I would like to know the exact .net version installed and if another resources are installed, like ASP.NET MVC, etc. The problem is that the website is installed in a shared hosting, so I can ask about that resouces to tech support, but if I know programatically, its far better.
Regards