I want interact with one web via HttpRequest/HttpResponse. But the web requires login via Windows Live ID. I go to the live login page, but I can\'t get any usable response
Try to set the capacity property for CookieContainer object.
.... request.CookieContainer = new CookieContainer(1000);