WCF Service Endpoints vs Host Base address
问题 so i'm a litle confused over what the service endpoints and host base address is for. In all the examples i have walked through so far they talk about setting up the endpoints with the required bindings and you can normally navigate to those endpoints Hoever when i use the following config to set up and host my service it only seems to expose the Hosts base address. <configuration> <system.web> <compilation debug="true" /> </system.web> <!-- When deploying the service library project, the