У меня есть сайт 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.Он работает на локальном, но в чем причина не работает на сервере?Пожалуйста, помогите мне