【发布时间】: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