Hi, I am trying to increase the timeout of my web services (Soap .NET) and I am not able to do it. I tried to add to=600; kto=600; and no effect. I also tried to change the database option (request_timeout, http_session_timeout but the result is that the timeout is always at 90 seconds. I have set the request_timeout at 300 and when I look at the connection properties (extended information), in Sql Central, the request_timeout of the connection is always at 90 seconds. Can someone explain to me what is overriding my set up to 90 seconds? |
Just to understand: Are you refering to using SQL Anywhere
For the latter, you would use the remote_idle_timeout option.
Using it as a web server.