html - Fiddler shows clicking link to a page sends request to another page instead -


a weird thing has been happening in asp.net website. there asp:hyperlink on aspx page navigateurl set page portal.aspx. page gets rendered correctly, link gets rendered <a href = 'portal.aspx'...

the weird thing when in firefox click link supposed take me page portal.aspx, redirected page (the website's error page). checked suspected exception sending me off page , surprise, no server side code ever gets executed when link clicked.

i asked fiddler going on, , seems when click link portal.aspx, firefox asking server error.aspx.

anyone knows why firefox behaving way? caching responsible part of this? how tell firefox request portal.aspx , not wrong page?

edit: know page there, , works fine time. there no error anywhere because no server-side code gets executed. if session expires , page displays error once, on - according fiddler - firefox won't ask for portal.aspx. clicking links sends request url 'error.aspx" server. convinced caching issue.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -