I keep getting this error when i run reports. the queries are kinda big but they run successfully in SQL Query analyzer without any trouble.
But through my C# .net, it fails at about 30 seconds after it starts.
The error I get is :
Error: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
I tried changing the commandtimeout =180 and in my web.config which has the connection string : connect timeout = 180. still wont work.
any other settings I need to make? Please help a newbie.
But through my C# .net, it fails at about 30 seconds after it starts.
The error I get is :
Error: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
I tried changing the commandtimeout =180 and in my web.config which has the connection string : connect timeout = 180. still wont work.
any other settings I need to make? Please help a newbie.