//读取微信Post过来的XML内容
byte[] input = HttpContext.Current.Request.BinaryRead(HttpContext.Current.Request.TotalBytes);
string postData = Encoding.GetEncoding("utf-8").GetString(input);.net读取异步Post的内容
原文:http://blog.csdn.net/wjbaiverson/article/details/39675459