Hello, I am using the ReportViewer control and periodically I get the following error:
"Error encountered displaying report. The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.
Inner Exception: The remote certificate is invalid according to the validation procedure."
I've been able to temporarily fix the issue by modifying my web.config file (essentially just placing a space somewhere in the file). Of course, this will only fix it temporarily until the underlying issue rears its ugly head again.
Since I'm updating the web.config file when this issue occurs, the recycling of the webpage is occuring which then enables the ReportViewer to start functioning once again.
Looking for a way to fix it permanetly so that I will not have to update the web.config file manually.
Has anyone experienced this particular issue with the ReportViewer control? Does anyone have a viable solution for it?
Thanks, Rusty