http://addressof.com/blog/archive/2004/04/26/637.aspx
I found the article but I am not sure how and where to implement the code.
I copied the exact code and put it right under the imports statement on the top of the form code but geting error.
I found the article but I am not sure how and where to implement the code.
Code:
Protected Overrides Function GetWebRequest(ByVal uri As System.Uri) As System.Net.WebRequest Dim webRequest As Net.HttpWebRequest = CType(MyBase.GetWebRequest(uri), Net.HttpWebRequest) webRequest.KeepAlive = False Return webRequest End Function
Comment