Hi, I'm developing a Report Service and while excecuting the query getting :
An error has occurred during report processing. Exception has been thrown by the target of an invocation. Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
I know that on the SQL server the query running for a minute ot two.
I setted the Connection string in the web.config like that:
"Data Source=servA;Initial Catalog=myPortal;Integrated Security=True;connection timeout=1000"
It didn't work for me.