Tenho um servico de Web.api para registrar meus usuarios.
Quando rodo em localhost nao recebo nenhum erro.
No entanto quando publico, recebo a seguinte mensagem:
{"Message":"An error has occurred.","ExceptionMessage":"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.","ExceptionType":"System.Security.Cryptography.CryptographicException
Alem disso hospedo meu site numa hospedagem compartilhada. Como posso resolver isso ?
Abracos