I have just received an asp application from a client who would like to
host it on our server. it is an ASP application that uses Remote Data
Services, which I am not exactly familiar with. On our development
server it seemed to work fine, but when we copied to our live site we
found that when we link to a page that contains a Remote Data Control
that uses a handler and calls a stored procedure, that sometimes it
does not display the data. If you click the refresh button it gets
retrieved every time. if you link to the page enough times it will
eventually work once in a while. It is on an old server, so I was
wondering if it could be a timeout issue or soemthing like that. We
ran a program called filemon on it to see if any erros were being
logged and everything was successful except for the occasional "range
not locked" message. Since the request was to unlock, we assumed that
this was not an issue.
If anyone has encountered this problem, please let me know how it was
resolved. If you have any ideas on what we could look at, please let
me know.
Thanks.