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

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

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -