How can I define endpoints with MEX endpoint in app.config file and what I need to run my application then . I have one service contract called IXMLService and I am using WsHttpBinding .
Please give me an example .
After creating app.config , how can I start the service ?
How can I define endpoints with MEX endpoint in app.config file and what I
Share
UPDATE: To start the service you could write the following console application to host it (by adding the previous app.config):