开发者

A simple Custom Behavior does not work even though I've followed steps perfectly

开发者 https://www.devze.com 2023-02-18 04:07 出处:网络
I am hosting a We开发者_运维百科bsite at localhost and the WCF service at localhost/Service, both on IIS 7.5. There\'s a tiny AJAX code in Default.aspx that calls that WCF service. But, I needed to in

I am hosting a We开发者_运维百科bsite at localhost and the WCF service at localhost/Service, both on IIS 7.5. There's a tiny AJAX code in Default.aspx that calls that WCF service. But, I needed to intercept from client side before it actually reaches the WCF service. I've written a Message Inspector. But it never seems to hit breakpoint at ApplyClientBehavior. I've perfectly followed the steps and researched a lot, and I find no problem with my implementation.

You can download the code from: http://codingproblems.codeplex.com/releases/view/62808#DownloadId=218825

Your help is appreciated.

0

精彩评论

暂无评论...
验证码 换一张
取 消