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 6 上的 ASP.NET 4.0 MVC2 路由不适用于 3.5 使用的所有方法只要我在 3.5 中构建但在 4.0 中构建并将服务器设置为使用 4.0,我就失去了路由。有人看到这个并能够解决它吗?
在服务器上升级到 .NET 4.0 后,您是否检查以确保 Web 服务扩展中允许使用 ASP.NET 4.0?
看到这个问题。