Im having time out issues when i run a report in the admin panel. When i take the same query and run it inside ms sql, it is fine.
The error that comes up when i run is:
Server Error in '/' Application.
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
have any of you experienced this? And if so how can this be fixed? I tried extending the connection timeout and execution timeout in ms sql but it doesnt seem to do anything.
Thanks for your help