One of the clever things that the WCF can do for you is to take 2 one-way communication transports and turn them into a logical duplex transport. This crops up with the wsDualHttpBinding which takes one HTTP request/response channel from the client to the service and another HTTP request/response channel from
Similar Posts
Back in December 2006 I linked to Thom Robbins' blog post about integrating WCF with ASMX services . The other side of integration between WCF and ASMX
One of nice things about Windows Communication Foundation is its services can be hosted in IIS with an ASP.NET application with same virtual directory
One of the talks I'm giving at the upcoming DevConnections conference in Las Vegas the week of November 6th covers moving from Web Services to Service
It's possible to use ASP.NET membership and role providers for authentication and authorization in Windows Communication Foundation. To enable ASP.NET