Advertisement
Guest User

Untitled

a guest
May 2nd, 2019
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. Server Error in '/' Application.
  2. Salt must be at least 8 characters long.
  3. 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.
  4.  
  5. Exception Details: System.Security.Cryptography.CryptographicException: Salt must be at least 8 characters long.
  6.  
  7. Source Error:
  8.  
  9. 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.
  10.  
  11. Stack Trace:
  12.  
  13.  
  14. [CryptographicException: Salt must be at least 8 characters long.]
  15. DotNetNuke.Security.FIPSCompliant.VerifyAesSettings(String passPhrase, String salt) +269
  16. DotNetNuke.Security.FIPSCompliant.DecryptAES(String encryptedText, String passPhrase, String salt, Int32 iterations) +61
  17. DotNetNuke.Professional.Application.ProApplication.CheckLicense() +373
  18. DotNetNuke.Professional.Application.ProApplication.get_HasActiveLicenseOrIsTrial() +22
  19. DotNetNuke.Professional.Providers.PermissionProviders.GranularPermissionProvider.GranularPermissionProvider.HasPagePermission(TabInfo tab, String permissionKey, Func`2 licenseInvalid) +31
  20. DotNetNuke.UI.Skins.Skin.ProcessMasterModules() +86
  21. DotNetNuke.UI.Skins.Skin.OnInit(EventArgs e) +69
  22. System.Web.UI.Control.InitRecursive(Control namingContainer) +454
  23. System.Web.UI.Control.AddedControl(Control control, Int32 index) +239
  24. DotNetNuke.Framework.DefaultPage.OnInit(EventArgs e) +2128
  25. System.Web.UI.Control.InitRecursive(Control namingContainer) +454
  26. System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1719
  27.  
  28. [PageLoadException: Salt must be at least 8 characters long.]
  29. DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc, String URL) +631
  30. System.Web.UI.Page.HandleError(Exception e) +106
  31. System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +10209
  32. System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +348
  33. System.Web.UI.Page.ProcessRequest() +75
  34. System.Web.UI.Page.ProcessRequest(HttpContext context) +105
  35. System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +866
  36. System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +213
  37. System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +91
  38.  
  39. Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3282.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement