Private WCF Web Service

Posted by Bram on Stack Overflow See other posts from Stack Overflow or by Bram
Published on 2010-06-02T03:49:25Z Indexed on 2010/06/02 3:53 UTC
Read the original article Hit count: 353

Filed under:

I'm kind of a newb to WCF Web Services and have created a service.

Here is what I'm after:

  • If someone vists http://somesite.com/Poo.svc they are rejected straight off the bat (404 or something)
  • Only I can add a reference to the service in VS.

What I'm after is making the WCF service totally private.

Any ideas?

© Stack Overflow or respective owner

Related posts about wcf