【发布时间】:2013-09-26 07:13:07
【问题描述】:
Vs'12 互联网应用模板 + KendoUI - MVC4 , EF Code First
- 关注剑道文档
- 使用kahanu's Awesome post 调整
- 一切都很好,所以我把
<compilation debug="false" targetFramework="4.5">从 true 变成 false - Kendo UI 停止查找 Spites.png(by Kendo)
- 去寻找并找到了这个(没有解决我的问题):stackOverflow1
- 检查并重新检查步骤 1-2,在服务器上寻找 Sprites.png,它存在.. 但是在 Kendo 的某些子目录中不在下面的目录中? /
我在哪里重写代码并让它在实际位置而不是这个位置寻找精灵?: GET http://cls-og.com/bundles/css/Default/sprite.png 404(未找到)
【问题讨论】:
-
请分享您的
bundles.Add(new StyleBundle("...").Include(...));和@Styles.Render("...")代码以找出您的问题。 -
查看我对该帖子的回答:try this solution
-
查看我对该帖子的回答:try this solution
标签: asp.net-mvc-4 deployment kendo-ui rendering http-status-code-404