Hello,
I have a big problem that I can not solve which is: When the stored procedure that retrieves the results in database ( time execution : 13 minutes ) I have an error if the stored procedure takes more than ten minutes to run and I can not change the timeOut to run the report even if it Exceeds 11 minutes. Attached, the screenshot of the error. :
Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 0
And I only get this error if the stored procedure exceeds 11 MINUTES to execute.
Do you have an idea to solve the problem please?