Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Im using System.Net.HttpWebRequest.Create(url) to access sql reporting services in my asp.net page. However when I do this I get an error 401 unauthorized. I was wondering if anyone knew what credentials are used when using this class, so that I can permission them in reportings services and in sql.

 

thanks,

Josh

Posted
Would it not suite you better to setup a Web Service then make requests to the service?

 

for the project I am doing I need to modify the HTML portion of the report in a way that reporting services cannot offer me, so what I plan on doing is grabbing the html from the reporting web service and then making the changes I need before I pass it along to the client.

Posted
So you will be parsing an html report that you created in the first place?

 

yes, I need to replace an image with a check box for the customer to check that they agree to the conditions of the form. Rather than creating 10 more aspx pages and sql proc's for each form to pull the data and display it to the customer so they can click an I Agree box.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...