i read this post https://social.msdn.microsoft.com/Forums/vstudio/en-US/f13eb54c-19b9-43e1-ad70-adadbe463e9b/regarding-disable-mex-endpoints-wcf?forum=wcf
suppose for some reason i do not want to allow user to create proxy for my web site if they know the service endpoint.
so tell me what i need to distribute to my trusted client which they can use to interact my wcf service.
if possible please share a small application with code and config section.