J
John
My firewall appears to be blocking an RSS XML feed from being returned even
thought port 80 is enabled. Can anyone help?
Dim proxyURI As New Uri("http://MyIP:80")
GlobalProxySelection.Select = New WebProxy(proxyURI)
Dim MyXMLDocument As New XPathDocument(http://rss.news.yahoo.com/rss/tech)
Error :
The underlying connection was closed: Unable to connect to the remote server
thought port 80 is enabled. Can anyone help?
Dim proxyURI As New Uri("http://MyIP:80")
GlobalProxySelection.Select = New WebProxy(proxyURI)
Dim MyXMLDocument As New XPathDocument(http://rss.news.yahoo.com/rss/tech)
Error :
The underlying connection was closed: Unable to connect to the remote server