Hi,
I haven't seen anything explicitly saying this can't be done, but I want to confirm...
We have a client who needs to consume a web service and they are still using .NET 1.1
I would love to use this as a reason to learn some WCF, I just want to make sure it's compatible..
from what I've read, it looks like I can host the WCF service in IIS and set it up with basicHttpbinding using "securetransport" binding, and that a .NET 1.1 client would be able to access this.
Are there any other considerations I need to take into account?
thanks!