How can I able to control the Named Pipe end point security, the end points should only be accessible to the login under which the IIS app pool is running and the administrators group on the local machine?
I have followed this and created necessary Custom binding: http://blogs.charteris.com/blogs/chrisdi/archive/2008/06/23/exploring-the-wcf-named-pipe-binding-part-3.aspx
I am wondering how to achieve the IIS app pool part.