i am stuck in a very bizzare position and its been a month. sometime what happens if any of our client gets an exception or we update some page or session expires that particular user can never access the page (which he/she was using) until and unless he/she deletes browser cache. if we try to access it, asp.net Logs you out and redirect to Login page.
this was happening and still happening on my local computer. i thought this problem occurs only on my local but today a client has reported on live as well.
For example if i got kicked from Pagexy.aspx i cannot access it. If i access it, it Logs out and send me to Login page. i have tried many times by inputting URL or going from hyperlink or button call.
And one more thing after deploying css file. client could not see arrows and they have to press Ctrl + F5 i mean clients do not know these things.
thanks
PS: i have made these videos to explain my point. 1) Session Time out bug (http://screencast.com/t/CW0e4DsH) 2) Rapidly change code and refresh the page (http://screencast.com/t/IKJQmkjU) these videos will give clear idea what is happening.