groads2 Posted October 13, 2012 Posted October 13, 2012 (edited) IIS hosted WCF service does not work Hi all: I am trying to learn WCF. I have tried serveral examples from the Web which do not work as they were instructed for me. I must be doing something wrong but am not sure what. I have windows 7 home, VS2012. I created a solution call Greetings. In the service I added a class Library where I put the Interface and Service class. To that solution I added a website using the wcf service template type. I added the reference to th greeting class library that has my interface and service class. This is supposed to be hosted by IIS. I wrote a client app to access the service but the error tells me there no service at the endpoint. I am not sure what I am missing. I attached a text file with the contents of my interface, service class,service.svc and web.config. Thanks for the help.MyGreetingServiceInfo.txt Edited October 13, 2012 by groads2 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.