I created a basic wcf web service with an entity framework dataset and also created a wpf project within the service project to test out the service. The web service appears to function correctly with the builtin project. Now I would like to make this web service discoverable by other projects. I created a custom Application Pool and made the folder containin my web service a virtual directory and added that to the custom Application Pool, but my service is not being discovered by other project. What can I do to make the web service discoverable?
Thanks