Forum Moderators: DixonJones
Try it for yourself, create/upload a broken page, visit it and note what the logs show afterwards.
-Tony
e.g. if i deliberately break my front page in the local copy and then access that page i see the following in my logfiles;
Page:
/index.asp
Querystring:
00a01c2rong_number_of_arguments_or_invalid_property_assignment:_'Header'
Which looks a lot like what you are seeing, doesnt it?
- Tony
You never know how a spider visits your site and usually they don't have an established session (which may cause a lot of problems if you're not careful).
You never know how a spider visits your site
Not entirely true... if could grab a copy of the headers a search engine 'bot uses then you could replicate/test the problem quite easily, at the end of the day a request is just a bunch of text and so most websites couldn't tell the difference between the real bot and a human copy&pasting :)
- Tony