I have an application that generates an email to send to the user containing a link to a page within the application. The page sits in a secured folder, so when the user tries to visit the link provided they get redirected to the login page. Once they
sign in, instead of being redirected to the proper page the application throws a Runtime Error (with no additional details). I've set customErrors to Off in the web.config, but the application still doesn't give any more information. I'm know that the login
information used is correct, and I can't figure out what is causing the error. When I run the application on my local (and use localhost instead of the dns entry), the error is not thrown. Any idea what the problem might be?
Server Error in '/' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application erro ...
Go to the complete details ...