2017-06-26 6 views
1

サーバーにnopcommerceを公開すると、このエラーが発生します。私のホストは私に完全な信頼レベルを提供します。Nopcommerceセキュリティ例外

Security Exception 

Description: The application attempted to perform an operation not allowed 
    by the security policy. To grant this application the required permission 
    please contact your system administrator or change the application's 
    trust level in the configuration file. 

Exception Details: System.Security.SecurityException: Request failed. 

Source Error: 

An unhandled exception was generated during the execution of the current web request. 
    Information regarding the origin and location of the exception can be identified 
    using the exception stack trace below. 

Stack Trace: 

[SecurityException: Request failed.] 
    Nop.Core.TypeConverterRegistrationStartUpTask.Execute() +0 
    Nop.Core.Infrastructure.NopEngine.RunStartupTasks() +487 
    Nop.Core.Infrastructure.NopEngine.Initialize(NopConfig config) +48 
    Nop.Core.Infrastructure.EngineContext.Initialize(Boolean forceRecreate) +92 
    Nop.Web.MvcApplication.Application_Start() +66 

Version Information: Microsoft .NET Framework Version:4.0.30319; 
    ASP.NET Version:4.0.30319.36366 

このエラーを解決するにはどうすればよいですか?

+0

\ Global.asaxの

  • \
  • \ binに、あなたは、フォルダへの適切なアクセス許可を与えますか? –

  • 答えて

    0

    チェックホスティングが要件を満たしている場合:あなたはこの権利を行っているかどうかTechnology & System Requirements

    次のチェック:私にとってInstallation Guide

    インストールが十分な権利を持っているようではない、これは思えます。

    は、インストールガイドによると、次のディレクトリとファイル

    • にnopCommerceの書き込み権限を与える必要があり、\ App_Dataに\
    • \ binに\
    • \コンテンツ\画像\コンテンツ\
    • \
    • \ Content \ Images \ Thumbs \
    • \ Content \ Images \ Uploaded \
    • \コンテンツ\ファイル\ ExportImport \
    • プラグイン\
    • \プラグイン\ \ web.configファイル
    関連する問題