Forums

ASP

This topic is locked

Webpage redirects to a folder called "Array"

Posted 05 Dec 2007 20:46:08
1
has voted
05 Dec 2007 20:46:08 Lon Winters posted:
I've seen all sorts of errors during my web development days, but this is a first. I hope someone can offer me a clue as to what's going on.

I am using a standard search-results-detail process, ASP VBScript, built in DWCS3 Behaviours. Viewing a record detail on the web, I can link to either and update page, or delete page - the link passes the record ID in the querystring. Upon completion of either task (update or delete), it redirects back to the original results page with updated info.

This usually works - however, after a handful of these tasks, instead of redirecting back to the correct page, which is something like:

mydomain.com/folder/resultspage.asp

...it comes up with a page not found error, and this URL is showing:

mydomain.com/folder/Array/

Of course the page isn't found, there isn't a folder called "Array". What is generating this phantom folder and redirect? I have contacted the web host (Network Solutions) to see if there is something in their IIS setup that may be causing this. I haven't heard back from them, but I am not expecting much in terms of support on this one, they will problably just blame my code.

Has anyone ever seen anything like this? Please help!<b></b><b></b>

Replies

Replied 26 Dec 2007 15:39:31
26 Dec 2007 15:39:31 dave blohm replied:
paste the code and i'll take a look...two sets of eyes are always better than one when debugging...

- Doc

Progress is made by the discontent.

Reply to this topic