wcf - Why do I need MEX? -


i understand metadata exchange endpoint helps client interact server properly. don't understand difference between using , not using client wise. mean, possible establish client-server connection without mex what's difference if decide not use it?

the metadata exchange endpoint (mex) endpoint in wcf exposes metadata used describe service. without it, not able automatically generate proxy class (using svcutil). in many cases can disabled on production environment. see msdn comprehensive explanation.


Comments

Popular posts from this blog

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

ruby on rails - Authlogic - how to make a registration and don't log in the new account? -