摘要: [DataContract] public class GroupDto { [DataMember] public int id { get; set; } [DataMember] public string name{ get; set; } [DataMember] public List Users { get; set; } ... 阅读全文
posted @ 2016-04-01 14:00 calochCN 阅读(162) 评论(0) 推荐(0) 编辑
摘要: this kind of problems are usually caused by some IIS configuration issues, like application pool settings, application pool anonymous settings, in my 阅读全文
posted @ 2016-04-01 10:59 calochCN 阅读(587) 评论(0) 推荐(0) 编辑