Easiest way to limit access to a WCF service?
WCF and WF
1
Posts
1
Posters
0
Views
1
Watching
-
What would be the easies way to limit the access to WCF services hosted in IIS? The intended consumers are other sites on the same server. Do I need to use client credentials for this or can it simply be solved by only allowing local users to access the svc files in IIS or something like that? The service site also expose other asp.net resources that needs to be accessible from remove users... (I know that I've could have used pipebinding if it wasnt hosted in IIS, but thats not up to me to decide) So what are the options here?