<endpoint address="" binding="wsHttpBinding" contract="EvalServiceLibrary.IEvalService">
<identity>
<dns value="localhost" />
</identity>
</endpoint>
<endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
I have these type of config setup in my wcf service library.
why is the endpoint address ="" once and endpoint address ="mex"
what is mex and when do we need this exactly and when do we put address=""
kindly clarify