wcf-authentication Questions
3
Solved
I created a proxy of a Web Service with Visual Studio 2008, and it created for me the following entry in the app.config:
<system.serviceModel>
<bindings>
<basicHttpBinding>
&l...
Deflation asked 30/4, 2009 at 9:0
4
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 when I deploy the WCF ser...
Killion asked 27/12, 2008 at 9:19
1
I need to implement token authentication between the user of my wcf services and my server.
1- User will request a token with his username, nickname and password from server and server will respon...
Blueweed asked 23/7, 2011 at 7:7
3
Solved
I am developing WCF services with basicHttpBinding, these services should be accessible using .net 1.1 & .net 2.0, for this purpose I am using basicHttpBinding. In old ASMX web services I assed...
Abelmosk asked 24/11, 2009 at 4:16
1
© 2022 - 2024 — McMap. All rights reserved.