Hi, I have a web application in ASP .NET 2.0 (VB). The application accesses and displays some Microsoft Reporting Services reports that are on a secure server (SSL). The application has a certificate installed on the server in order to access these reports.
When I run the application on the server, the reports are displayed ok. When I run the application from my local (development) machine, inside Visual Studio, everything works, except the reports, which return the following eror: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. The remote certificate is invalid according to the validation procedure. Any hint of why the SSL isn't working from my local would be appreciated. Thanks in adavance,, Rick
