Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Re: time out Error

$
0
0
Re: time out Error
Web Connection
Re: time out Error
Nov. 19, 2012
02:12 am
3NC04QBUCShow this entire thread in new window
Gratar Image based on email address
From:nitesh
To:Rick Strahl
Hi Rick,

I have already increase the timeout interval from "ini" file but still we are facing the same timeout issue.

Please advice.

You mean you're making remote database requests?

There are multiple timeouts that have to be set. THere's the IIS (Web Server) timeout and there's the Web Connection timeout - these two are separate. The Web Connection timeout is set in wc.ini or Web.Config (Timeout key).

In IIS 7/8 the execution timeout is set in web.config in the <system.web><httpRuntime executionTimeout="600" /> property (in seconds). Alternately you can also set this in the Configuration Editor for the site or virtual.

+++ Rick ---


+++ Rick ---



Hi Rick,

Thanks for your reply,but I am using the dll file to connect with database.

So any solution on the dll file to use.I am calling like that:-- "connect/conn.dll?LOGONUSER~"

we pass the user name and password on it.

Thanks

You can use the wwSQL Class which will automatically reconnect if a timeout occurs on a SQL connection.

wcdocs:_1ho0qrwhd.htm

+++ Rick ---


Hi,

I am using the wc.dll in my foxpro application for connecting to the database.I have setup all dll files and code.

when I am trying to use the dll for connecting with database ,it gives the error message of timeout.I increase the timeout of connection up to 10 minutes.

Can anyone help on it.








Viewing all articles
Browse latest Browse all 10393

Trending Articles