站点发布错误(路由表中没有路由与提供的值匹配。)

时间:2018-09-26 12:04:56

标签: deployment server routes umbraco publish

我有一个“ 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一起准备的网站。它在本地运行,但是为什么不能在服务器上运行呢?请帮助我

1 个答案:

答案 0 :(得分:0)

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