How do I diagnose a failure in the Membership service on an ASP.NET remote site?
Posted
by ProfK
on Stack Overflow
See other posts from Stack Overflow
or by ProfK
Published on 2010-04-17T16:57:31Z
Indexed on
2010/04/17
17:03 UTC
Read the original article
Hit count: 195
ASP.NET
Yesterday I added a custom MembershipProvider to an ASP.NET web application, but when I deployed the application to its remote host server, it failed. I know I had the login info correct, and I also know that for nearly any exception in the login process, the Login control displays the standard error message, "Your login failed", so I assume something is wrong in the code/config.
What can I do to diagnose what is wrong on the server?
© Stack Overflow or respective owner