I am trying to send and receive XML from a website using ASP.NET C# application.
I tried both httpwebrequest and webclient, and both of them throw exception:
"Unable to connect to the remote server. No connection could be made because the target machine actively refused it" followed by the IP Address I think.
Now, is there a site out there that I can use for testing purposes so that I know whether the problem is on my end or the site's?
P.S. If I visit the URL using my browser, then it is fine.