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 ?
"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 ?