I set up the membership functionality quite some time ago and it's been working just fine. Then it stopped working at all. No error messages. Nothing. Just bounces you out of the protected directory to root. My question is where and how to I start troubleshooting? I need to get information on where even to start looking. Thanks....
Thank you for your reply. I thought for a while I was in a dead zone on the forum. What I am looking for is if there is a suggested methodology for diagnosing these types of issues versus keep trying something until I get a result. If it is hitting the protected directory, not serving the target file, redirecting to the root, then there has got to be a log or something where I can find what it is reporting. Thanks.
...There are a few things, yes if you turn logs on but gosh that's typically painful and not often helpful in this case. One option is to enable Health Monitoring. Regardless of what happens at the page level you can have all alerts sent to you via Email from your site. The other thing is to turn on debug mode and step through your code. I'm curious, since it's redirecting there has to be something you changed. Can you think of anything? URL rules? Error pages in your web.config? Anything?
Thanks for your reply. I do have enough experiance to know if I had made any changes and something stopped working, that would be the first place I check. I will try setting debug on the target page but don't have much hope there because the target page is not being served. Any other ideas how to troubleshoot this problem out there?
I know it's been a while, but did you ever find a solution to this? I'm having the same issue. Thanks.