Hi!
I am experiencing some of the same problems here. I have a web app that
has been tested on a win2000 IIS 5.0 server for some time now
(production). Lately we have bought a new, more powerful server running
win2003 server std. edt. I have noticed that some of my asp pages stops
running if they take some time. I have set the scripttimeout quite high,
and the page is not executing for that amount of time. But, I get no
error either. Just "Page can not be found". I have ofcourse all the
debugging, etc. on. Disabled friendly errors in IE, but still!!!! I have
a script that loops through some records from my sql server. The funny
thing is that if I stop the asp script when it has read 42 times from
the database by just adding a response.end, everything works fine. Then
if I let the script read just one more time from the database, I get the
"Page can not be found - Cannot find server or DNS error". The funny
thing is that along the way it says "opening
http://.....", then "Web
site found, waiting for reply" then suddenly just the "page cannot.."
page appears.
Was it not something like this you experienced??? Did you ever solve the
case???
Henning