I had the exact same problem, and I fixed it by placing the WebResponse object in a using statement. I was not disposing of it. Just wanted to verify the fix by melle.
Type: Posts; User: graham
I had the exact same problem, and I fixed it by placing the WebResponse object in a using statement. I was not disposing of it. Just wanted to verify the fix by melle.