I have a ASP.NET application and when I deployed it to ubuntu server it always gives me the warning like your Data Protection keys should be stored in unencrypted form. Also I stored a key in some location and give the path of that location into my service but then this error showing at every time.Can anyone please help me on this.
Asked
Active
Viewed 122 times
-1
-
Does this answer your question? [.Net Core warning No XML encryptor configured](https://stackoverflow.com/questions/55760907/net-core-warning-no-xml-encryptor-configured) – Ian Kemp Jan 15 '20 at 11:54
-
No this not solved my problem. – Arpit Jain Jan 15 '20 at 12:19
1 Answers
0
It maybe permission error but you have to sure about. Try to log when thrown this error i see many reason to having this error on the development environment, generally file read permission or couldn't find or no file.
Wrap your main function with logging algorithm and see whats wrong.

Ronak Dhoot
- 2,322
- 1
- 12
- 19