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
I found a complete tutorial on how to access Windows Live ID with C# and building the client.
Read here: http://www.devarticles.com/c/a/C-Sharp/Hotmail-Exposed-Access-Hotmail-using-C-sharp/
Try to set the capacity property for CookieContainer object.
....
request.CookieContainer = new CookieContainer(1000);