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.
我得到了使用 ms mvc 的网络应用程序。我还生活在石器时代——使用 IIS5。我不知道如何使 URL 变得干净(没有 .aspx 后缀),我不在乎,因为生产环境不会使用第 5 版。但是手动测试应用程序时很烦人。
我需要一种方法来使这些 URL 干净或在应用程序中获取 IIS 版本以确定是否需要 .aspx 后缀。
尝试 Request.ServerVariables["SERVER_SOFTWARE"],如果它被填充的话,应该会显示为“IIS/5.1”。