I am making a call to a page on my site using webclient. I\'m trying to get the result of the webpage put into a pdf so I am trying to get a string representation of the ren
What kind of authentication are you using? If it's Forms authentication, then at best, you'll have to find the .ASPXAUTH cookie and pass it in the WebClient request.