I just joined a project that has been underway for a few months and have been asked to look at a bug where users are redirected to the forms authentication loginUrl after authentication times out. You're probably saying to yourself, that's not a bug, man! Well, the users are being directed to the "out of the box" login action on the Account controller ("~/Account/Login") instead of what we have in our web.config. So my question is, where else other than the web.config can this setting be stored? It has to be somewhere because I've changed the loginUrl value a number of times in web.config and we ALWAYS get redirected to /Account/Login when we time out.
We're using studio's built in web server locally.