-1

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.

enter image description here

Arpit Jain
  • 1,217
  • 8
  • 27

1 Answers1

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.

Related : .Net Core warning No XML encryptor configured

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