Installation

Server Error in '/CentaraServerTraining' Application

Problem:

"The data protection operation was unsuccessful. This may have been caused by not having the user profile loaded for the current thread's user context, which may be the case when the thread is impersonating."

Solution:

The server is trying to encrypt the database password but is unable to do so. The resolution is to go into advanced settings of the app pool and set Load User Profile = true

Last updated

Was this helpful?