Spiga

随笔分类 -WCF相关

WCF REST & ASP.NET MVC authorization

2010-02-19 00:21 by AnyKoro, 546 visits, 网摘, 收藏, 编辑
摘要:Last week I needed to implement an authorization scheme in our MVC and WCF apps. I found a bunch of resources on how to implement Role or Claims-based authorization in both frameworks, but they all re... 阅读全文

使用JQuery进行WCF通信的学习记录

2010-02-15 10:51 by AnyKoro, 69 visits, 网摘, 收藏, 编辑
摘要:先架设一个wcf服务,然后,需要住的是在对应的协议上添加上: [OperationContract] [WebInvoke(RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.WrappedRequest)] ForTestDat... 阅读全文