Hello,

I have run accross a weird problem with timeouts that I'm hoping
someone can help me with. I have a process which takes about 3 minutes
to execute. I was getting a "Response timed out" error message on both
the development machine and test server. I am using an async ajax call.

I then added Server.ScriptTimeout = 300 to my server side ajax method.
This resolved the issue on my development machine, but I am getting a
different result on the test server. For some reason, my callback
javascript method isn't getting executed on the test server. However,
there is no "Response timed out" error in my event log like there was
before I set the ScriptTimeout property. I also tried changing the
ScriptTimeout to 3600 just to make sure, but it made no difference.

I am using AjaxPro 5.10.6.1. I believe that a timeout property has been
added after this version, and I don't believe this is related; I
checked the core javascript file and no timeouts are set in this
version.

I have spent a full day trying to track this down, without any luck, so
I'm hoping someone will be able to help me out. It is very difficult to
track down, since it works as expected on the development machine.

Note: If you try to reproduce this problem, please ensure that you set
debug="false" in the web.config file and that you build in release
mode, not debug mode.

Thanks,
Tim


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Ajax.NET Professional" group.

To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]

For more options, visit this group at http://groups.google.com/group/ajaxpro

The latest downloads of Ajax.NET Professional can be found at 
http://www.ajaxpro.info
-~----------~----~----~----~------~----~------~--~---

Reply via email to