摘要:
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... 阅读全文
随笔分类 - WCF相关
使用JQuery进行WCF通信的学习记录
2010-02-15 10:51 by AnyKoro, 324 阅读, 收藏, 编辑
摘要:
先架设一个wcf服务,然后,需要住的是在对应的协议上添加上: [OperationContract] [WebInvoke(RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.WrappedRequest)] ForTestDat... 阅读全文