I have a working WCF web service. When I run it using F5, I get a page and when I click the links on it, my service is called, producing the correct output. I also have set up IIS7 server and pointed the web site to a directory called c:\web\. In it, I have a file called Index.html (the one with the testing links).
Besides that, I have a DLL that I understand is the service I’ve created. I’m not sure what to do with it, though. I’d like to (manually) setup the service to be offered via IIS. Later on I’ll be using the automatic publishing facilities of VS but for now, I’d like to do the dirty work myself.
- Where does the DLL with the service go?
- What do I need to do in the IIS Manager to make it work?
I’ve googled since yesterday but I’m not getting any wiser.
Question #1
Question #2