c# - Response.Redirect results in "Object moved to here" -
I am working on a C # ASP.Net page which usually redirects to a "file:" URL . It seems that in majority of cases, they work fine in most of the time, but occasionally (and, on my examination system, apparently always) instead of redirecting a file, I have the text "Move the object here" A page is found, where is the link to the "here" file that I was trying to redirect, but with two four slashes of colon (i.e., "file: ////testersver/docs/testdoc.doc" )
It is common A "system. Threading. Thread Ebert exception was being canceled thread" is the message.
I looked elsewhere for the solution and found some interesting things about the reaction. ThreadAbort exception, but this does not appear to be a fundamental problem - it seems to me that the real problem is "the object is moved here" is the message that causes the exception to be thrown out.
Any suggestions on why I am getting ...?
Edit: I forgot to mention I'm running with Firefox (3.5.7) IE tab, that when I thought I better get it in IE I'll try, and Vola - it works in IE (7).
Another reason for future reference is that, if you do something like feedback . Redirect or empty I had a situation where my variable holding the URL was empty and I have it.
Comments
Post a Comment