I\'m a newbie about web services in VB.NET. I\'m making a desktop application that will talk to JIRA (http://www.atlassian.com/software/jira/). They provided a REST api that
For 'The underlying connection was closed:' error include these 2 lines of code after the line ...WebRequest.Create(Url) -it should work
...WebRequest.Create(Url)
System.Net.ServicePointManager.UseNagleAlgorithm = False System.Net.ServicePointManager.Expect100Continue = False
System.Net.ServicePointManager.UseNagleAlgorithm = False
System.Net.ServicePointManager.Expect100Continue = False