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.
我想在 C# 中以编程方式访问 IIS 服务器,我选择使用 Microsoft.Web.Configuration.dll。有没有办法用这个 dll 或另一个获得当前的 IIS 版本?
Request.ServerVariables["SERVER_SOFTWARE"];