I have created a new Asp.Net 4.5. I am using Asp.Net Identity framework for registration, confirmation and two-factor authentication. All of the functions work perfectly on my desktop.
I just deployed the site to my hosting provider (Arvixe) and the user registration works just fine. The user is able to submit the registration and get the email confirmation.
Once the user clicks on the link in the confirmation email to confirm their email address/login the Account/Confirm page does not load. When I run fiddler or any dev tools I see a HTTP 401 error being sent.
How do I resolve this error? Also, is there any documentation on how to configure IIS authentication settings for an Asp.Net Identity application?
Thanks to all that reply!
Go to the complete details ...