HighTechTalks DotNet Forums  

wcf: How to use wsHttpBinding under IIS6 when anonymous authentication not allowed

ASP.net Web Services microsoft.public.dotnet.framework.aspnet.webservices


Discuss wcf: How to use wsHttpBinding under IIS6 when anonymous authentication not allowed in the ASP.net Web Services forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
CS ADNT
 
Posts: n/a

Default wcf: How to use wsHttpBinding under IIS6 when anonymous authentication not allowed - 03-16-2010 , 07:49 AM






Hello,

My asp.net web application (vs2008/ net 3.5) is using IIS Windows
Authentication ,and Anonymous access is not allowed.
I deployed a wcf web service using wsHttpBinding and receive a
MessageSecurityException when I try to call any ws method.

My web config contains the service definition with endpoint, I tried to use
in the WsHttpBinding a <secutity mod="Message" > because I have not https
available on this server but I need a secure connection.

How to set correctly the security mode for binding and client ?
How to have impersonation working in the wcf service without having it using
the asp.net compatibility mode ?

Thanks for help.

CS

Reply With Quote
  #2  
Old   
amitjul
 
Posts: n/a

Default RE: wcf: How to use wsHttpBinding under IIS6 when anonymous authentica - 03-25-2010 , 02:12 PM






I found really good article on Code project --
http://www.codeproject.com/KB/WCF/WCFBasicHttpBinding.aspx?msg=3104044

"CS ADNT" wrote:

Quote:
Hello,

My asp.net web application (vs2008/ net 3.5) is using IIS Windows
Authentication ,and Anonymous access is not allowed.
I deployed a wcf web service using wsHttpBinding and receive a
MessageSecurityException when I try to call any ws method.

My web config contains the service definition with endpoint, I tried to use
in the WsHttpBinding a <secutity mod="Message" > because I have not https
available on this server but I need a secure connection.

How to set correctly the security mode for binding and client ?
How to have impersonation working in the wcf service without having it using
the asp.net compatibility mode ?

Thanks for help.

CS

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.