【发布时间】:2013-10-25 01:58:47
【问题描述】:
我有一个复合 C1 站点 - 工作正常。一些页面使用 MVC 播放器 - 可以正常工作 - 以及站点上的所有页面 - 除了会导致路由冲突的博客。
Error: The incoming request does not match any route.
C1 Function: Composite.AspNet.MvcPlayer.Render
Error details:
Exception has been thrown by the target of an invocation.
The incoming request does not match any route.
此错误出现在页面顶部-该错误下博客可以正常工作-我只需要摆脱导致此错误的原因即可。我猜 MVC 控制器正在尝试路由博客页面,因为它认为它们不存在并且找不到控制器。
如何让控制器忽略博客 - 或以其他方式解决此问题?
【问题讨论】:
标签: c1-cms