sql - Query timeout expired - ASP Classic (VB). Timeout happens in client browser, not on server -


i'm having troubles timeouts on website. has rather large newsletter receiverlist (approx. 100k recievers). deliver tool sending out newsletters, , based on query newsletter (segmentation fx), make show total number recievers of newsletter.

if run query through sql server management studio result in 2 seconds. if querye run through client browser same timeout evert time: "[microsoft][odbc sql server driver]query timeout expired".

i have tried adjusting server.scripttimeout parameter no luck. seems there's problem data connection, that's stuck.

i'm hoping of brilliant people know answer 1 :-)

thanks!

have tried setting connection timeout property of connection string?

-- edit -- ps: know i've given vb.net page, connection strings pretty similar.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -