Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为 ASP.NET 创建一个诊断页面,并希望以编程方式检测服务器上是否已安装 ASP.NET 3.5。关于如何最好地做到这一点的任何想法?
System.Environment.Version 为您提供 CLR 版本。 对于 ASP.NET 2.0、3.0 和 3.5,它将返回相同的 CLR 版本:2.0.50727.3053 对于 ASP.NET 4.0,CLR 版本将更改为 4.*