#asp.net #devexpress #web-hosting #devexpress-windows-ui #windows-hosting
Вопрос:
Я пытаюсь провести asp.net веб — сайт, использующий windows-хостинг GoDaddy. Я загрузил сайт на сервер. Я вижу это исключение из правил безопасности. Я также прикрепил дорожку стека. Исключение: Описание исключения безопасности: Приложение попыталось выполнить операцию, не разрешенную политикой безопасности. Чтобы предоставить этому приложению необходимое разрешение, пожалуйста, свяжитесь с системным администратором или измените уровень доверия приложения в файле конфигурации.
Сведения об исключении: Система.Безопасность.Исключение SecurityException: Запрос разрешения системы типа’.Безопасность.Разрешения.Проверка безопасности, mscorlib, Версия=4.0.0.0, Культура=нейтральная, PublicKeyToken=b77a5c561934e089′ не удалась.
Ошибка Источника:
The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:
1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
<%@ Page Language="C#" Debug="true" %>
or:
2) Add the following section to the configuration file of your application:
<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>
Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.
трассировка стека
[SecurityException: Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.]
System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMarkamp; stackMark, Boolean isPermSet) 0
System.Security.CodeAccessSecurityEngine.Check(CodeAccessPermission cap, StackCrawlMarkamp; stackMark) 36
System.Security.CodeAccessPermission.Demand() 48
System.Web.HttpContext.System.IServiceProvider.GetService(Type service) 57
System.Web.HttpContextWrapper.GetService(Type serviceType) 13
System.Web.WebPages.UrlRewriterHelper.IsUrlRewriterTurnedOn(HttpContextBase httpContext) 108
System.Web.WebPages.UrlRewriterHelper.WasRequestRewritten(HttpContextBase httpContext) 13
System.Web.WebPages.UrlUtil.GenerateClientUrlInternal(HttpContextBase httpContext, String contentPath) 130
System.Web.WebPages.UrlUtil.GenerateClientUrlInternal(HttpContextBase httpContext, String contentPath) 95
System.Web.WebPages.UrlUtil.GenerateClientUrl(HttpContextBase httpContext, String basePath, String path, Object[] pathParts) 144
System.Web.WebPages.WebPageExecutingBase.Href(String path, Object[] pathParts) 44
ASP._Page_Views_Home_Index_cshtml.Execute() 450
System.Web.WebPages.WebPageBase.ExecutePageHierarchy() 197
System.Web.Mvc.WebViewPage.ExecutePageHierarchy() 105
System.Web.WebPages.StartPage.RunPage() 17
System.Web.WebPages.StartPage.ExecutePageHierarchy() 73
System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) 78
System.Web.Mvc.RazorView.RenderView(ViewContext viewContext, TextWriter writer, Object instance) 235
System.Web.Mvc.BuildManagerCompiledView.Render(ViewContext viewContext, TextWriter writer) 107
System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context) 291
System.Web.Mvc.ControllerActionInvoker.InvokeActionResult(ControllerContext controllerContext, ActionResult actionResult) 13
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) 56
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) 420
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult) 52
System.Web.Mvc.Async.<>c__DisplayClass3_6.<BeginInvokeAction>b__4() 198
System.Web.Mvc.Async.<>c__DisplayClass3_1.<BeginInvokeAction>b__1(IAsyncResult asyncResult) 100
System.Web.Mvc.Async.WrappedAsyncResult`1.CallEndDelegate(IAsyncResult asyncResult) 10
System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() 49
System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) 27
System.Web.Mvc.<>c.<BeginExecuteCore>b__152_1(IAsyncResult asyncResult, ExecuteCoreState innerState) 11
System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) 29
System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() 49
System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) 45
System.Web.Mvc.<>c.<BeginExecute>b__151_2(IAsyncResult asyncResult, Controller controller) 13
System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) 22
System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() 49
System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) 26
System.Web.Mvc.Controller.System.Web.Mvc.Async.IAsyncController.EndExecute(IAsyncResult asyncResult) 10
System.Web.Mvc.<>c.<BeginProcessRequest>b__20_1(IAsyncResult asyncResult, ProcessRequestState innerState) 28
System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) 29
System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() 49
System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) 28
System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) 9
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() 9850009
System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) 50
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Booleanamp; completedSynchronously) 163
Комментарии:
1. Из сообщения об ошибке следует, что это проблема с разрешением. Пожалуйста, попросите вашего провайдера дать вам полное разрешение. Это должно решить вашу проблему.