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.
IIS 如何区分 asp.net mvc 请求或普通 asp.net 页面请求,以及它如何处理这两个不同的请求?
谁能帮我解决这个问题?
路由(通常在 global.asax 中配置)将 URL 配置为由控制器/操作而不是实际的 aspx 页面处理。
如果 url 与路由不匹配,它将尝试查找实际文件而不是操作。