Yes, I have fixed the issue. It is a bug with the Async Framework and ASP.NET.
For some reason in ASP.NET calling Task.Result from an HttpClient WebRequest freezes the request and therefore all the WebRequests were getting a Timeout Exception.
http://stackoverflow.com/questions/10343632/httpclient-getasync-never-returns-when-using-await-async
Cheers,
Linvi
For some reason in ASP.NET calling Task.Result from an HttpClient WebRequest freezes the request and therefore all the WebRequests were getting a Timeout Exception.
http://stackoverflow.com/questions/10343632/httpclient-getasync-never-returns-when-using-await-async
Cheers,
Linvi