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.
在我看来,将 javascriptmvc 安装到 asp.net mvc 中的第一个最大障碍是文件夹结构。有没有人调整 asp.net mvc 文件夹结构来提供来自 javascriptmvc 期望的文件夹结构的内容文件?
在您的路线定义中使用routes.IgnoreRoute("javascriptmvc-3.0.5/{*pathInfo}");事情应该按预期工作。
routes.IgnoreRoute("javascriptmvc-3.0.5/{*pathInfo}");