Consider a WCF service using WsHttpBinding for which only the domain users are allowed to call this service.
Hi Experts I Have a WCF Service that Host it on IIS.I want to write something in a text file using my service but I get an exception 开发者_开发百科:\"Access denied on (file path)...\"
My scenario is a 3-Tier app where the data tier is a SQL Server database, the middle tier is a WCF application hosted in a Windows Service and finally the presentation is an Asp.Net MVC application.
I need to create a WCF service that is hosted in IIS, uses http transport and hold state in the server’s memory. While I’m aware that stateful services aren\'t a good idea, this last constrain is ne
Can anyone explain to me when a certifate is require using WCF and authentication. From my understanding although i could be way off :-)
I\'m planning a set up for a distributed application that spans several machines and will use WCF to send data in between.
I have created a Silverlight-enabled WCF service using a custom binding to transmit binaryMessages as per guidelines.
It\'s my first question over the web. Hope it will make sense. I have seen several blogs related to this issue over the Web, and I have tried few of the ideas presented in them with no success. Here\
I am trying to work out why attribute based security isn\'t working as I\'d expect in WCF and I suspect it might have something to do with the following:
While learning about WCF security I\'ve also read that as an alternative we could also use WIF deal with identities. I have a lot of stuff to learn, so I don\'t want to invest my time in something开发