Visual Studio 2013 / MVC 5 / Identity 2
Still a bit new to using built in email confirmation...
testing under localhost - no errors
in production - I am getting an error when user tries to confirm email
var result = await UserManager.ConfirmEmailAsync(userId, code);
On the server, result.Succeeded is always false.
Where should I look to see an error? It's on GoDaddy server so I don't have complete access...