Not able to call Reporting Services reports by using HTTPHandler

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have written an HTTPHandler that will take the request from clients
browser and in-turn visit the reporing server running on HTTPS and retrive
back the reports on the client's browser. But while doint that i am always
getting 'ProtocalError' exception.
With the error message:
"The remote server returned an error: (500) Internal Server Error."

Can anybody help me out to resolve this issue.

I am able to get the results from another site running on HTTPS on the same
server but unable to do the same with the reporting services.


Thanks!
 
Hi,

Thanks to all who have invested their time trying to solve this problem. Now
i got the solution actually i have to pass the credential of the system where
my reports are. So i have done that using the "NetworkCredential" class. and
now its working.

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top