Base solution for your next web application
Open Closed

Using an in-memory repository. Keys will not be persisted to storage #9908


User avatar
0
billyteng created

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version? v 10.0.0
  • What is your product type (Angular or MVC)? Angular with separate host
  • What is product framework type (.net framework or .net core)? .Net 5

I got this screen shot problems after I downloaded and published to our local window server 2019. When I checked the log file , I found this errors.

WARN 2020-12-14 13:49:35,976 [1 ] tion.Repositories.EphemeralXmlRepository - Using an in-memory repository. Keys will not be persisted to storage. WARN 2020-12-14 13:49:35,990 [1 ] taProtection.KeyManagement.XmlKeyManager - Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. WARN 2020-12-14 13:49:42,161 [1 ] taProtection.KeyManagement.XmlKeyManager - No XML encryptor configured. Key {0ad90ef4-9ed7-4b48-b631-3c0461b45c1c} may be persisted to storage in unencrypted form.

How to solve this problems?

Thanks & Best Regards


5 Answer(s)