I have a WCF web service that needs to be consumed by a Coldfusion application. That's not the real problem. The problem is that the service runs under IIS with a specific user. How can i tell when the target application is calling the service that the specific application is calling the service and not a ghost app.
For example:
application x is calling service y and it should be okay. also application z is calling service y and it shouldn't be allowed to do so.