Webclient failing

G

Guest

I need to scrap a web page from another site but when I try to access any site outside of my localhost, I get this error:
"System.Net.WebException: The underlying connection was closed: Unable to connect to the remote server"
I can acess the site with a browser, but when I try to request it via Webclient in an aspx file I get the error. I guess it as something to do with the way the code request the web page.

Anyone as seen anything like this before ?
 
J

John Timney \(Microsoft MVP\)

If you can access it then its probably that you are not passing the correct
security credentials to make the requesting page appear as you
..............look up asp.net impersonation and see if that helps you.

--
Regards

John Timney
Microsoft Regional Director
Microsoft MVP
----------------------------------------------------------------------------
------------------------------------
<blatant plug>
Professional .NET for Java Developers with C#- ISBN: 1-861007-91-4
Professional Windows Forms - ISBN: 1861005547
Professional JSP 2nd Edition - ISBN: 1861004958
Professional JSP - ISBN:
1861003625
Beginning JSP Web Development - ISBN: 1861002092
</blatant plug>
----------------------------------------------------------------------------
------------------------------------

WebSLS said:
I need to scrap a web page from another site but when I try to access any
site outside of my localhost, I get this error:
"System.Net.WebException: The underlying connection was closed: Unable to connect to the remote server"
I can acess the site with a browser, but when I try to request it via
Webclient in an aspx file I get the error. I guess it as something to do
with the way the code request the web page.
 

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

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,140
Latest member
SweetcalmCBDreview
Top