【问题标题】:Site publishing error (No route in the route table matches the supplied values.)站点发布错误(路由表中没有与提供的值匹配的路由。)
【发布时间】:2018-09-26 12:04:56
【问题描述】:

我有一个“asp.net”网站。我想发布这个。该网站正在运行。但是当我想发布时,我得到了这个

No route in the route table matches the supplied values.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.InvalidOperationException: No route in the route table matches the supplied values.

Source Error: 


Line 45:     }
Line 46: 
Line 47:     Html.RenderAction("RenderForm", "UmbracoForms", new {formId = form, recordId = recordGuid, theme = theme, includeScripts = includeScripts });
Line 48: }

Source File: d:\dzhosts\localuser\diojen34\www.aspdeneme.somee.com\Views\MacroPartials\InsertUmbracoFormWithTheme.cshtml    Line: 47 

我的项目中没有控制器。使用 Umbraco 准备的网站。它在本地工作,但不在服务器上工作的原因是什么?请帮帮我

【问题讨论】:

    标签: deployment server routes umbraco publish


    【解决方案1】:

    确保您已发布所有 dll - 该特定控制器是 UmbracoForms 附加包的一部分,并且您可能尚未上传相关 dll。

    【讨论】:

      猜你喜欢
      • 2010-09-05
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-01-19
      • 1970-01-01
      • 2019-02-03
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多