WCF: The request for security token could not be satisfied because authentication failed

后端 未结 4 949
旧时难觅i
旧时难觅i 2020-12-23 21:21

I have written a very simple WCF Service that sends and receives messages. I have tested the app through the VS 2008 default web server host and everything works fine. But w

4条回答
  •  旧时难觅i
    2020-12-23 21:41

    If you are in debug mode then set the debug attribute as

    
    

    by default it sets as false ..so while you go for debugging it throws that exception .

    hope it helps .

提交回复
热议问题