Wrox Programmer Forums
|
BOOK: Professional SQL Server Reporting Services ISBN: 0-7645-6878-7
This is the forum to discuss the Wrox book Professional SQL ServerReporting Services by Paul Turley, Todd Bryant, James Counihan, George McKee, Dave DuVarney; ISBN: 9780764568787
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional SQL Server Reporting Services ISBN: 0-7645-6878-7 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 12th, 2004, 01:11 AM
Registered User
 
Join Date: Jul 2004
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to yoclee Send a message via MSN to yoclee
Default secure connection (HTTPS)

I get an error while rendering a report.

This is my coding in aspx.vb

Dim path As String = "/Reports/EmployeeList"
Dim format As String = "MHTML"
Dim rs As New server.ReportingService

rs.Credentials = System.Net.CredentialCache.DefaultCredentials

Dim parameter As ParameterValue()
Dim encoding As String
Dim mimeType As String
Dim parameterUsed As ParameterValue()
Dim warnings As Warning()
Dim StreamIds As String()

Dim data As Byte()

data = rs.Render(path, format, Nothing, Nothing, parameter, Nothing, Nothing, encoding, mimeType, parameterUsed, warnings, StreamIds)

This is the error message.

System.Web.Services.Protocols.SoapException: The operation you are attempting requires a secure connection (HTTPS). --> The operation you are attempting requires a secure connection (HTTPS).

anybody can help me, thanks.






Similar Threads
Thread Thread Starter Forum Replies Last Post
how to create a secure connection string... [email protected] ASP.NET 1.0 and 1.1 Professional 3 May 18th, 2006 05:51 AM
https connection pandjie Apache Tomcat 4 March 29th, 2005 03:25 AM
Secure Socket Connection planeswalk ASP.NET 1.0 and 1.1 Professional 0 July 22nd, 2003 11:04 PM
Secure Socket Connection planeswalk Pro VB.NET 2002/2003 0 July 22nd, 2003 08:24 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.