Connecting to a self hosted WCF service from a Flex application - policy issues
- by James S
Hello,
I am trying to accomplish the following:
I wrote a Flex application that is trying to connect to a WCF service hosted on the clients computer.
I also wrote a windows forms application for the client to run. This application exposes a self-hosted WCF service that the Flex application is supposed to connect to.
This works fine if I'm…