How do I enable/create a MEX endpoint in the below web config so I can view the service from my browser?
I have tried a few variation from googling but VS always complai
Just add System.ServiceModel.dll under references of your VS Project where your Web.config file is present.
Then add the below code in Web.config(like other service endpoints):