I am trying to teach myself WCF (using "Learning WCF" by Michele Leroux Bustamante), and so far the book is very instructive. The application that I eventually want to develop is a web service, hosted in IIS, and so "Hosting a Service in IIS", which is a section in Chapter 1, is exactly what I want.
BUT it seems that I need IIS installed on my development PC.
Why the question arises at all is that I thought I could use the same Visual Web Developer server as Visual Studio uses for ASP.NET development instead of (or until I as ready for) IIS. But I can't see (anywhere in the literature, I mean) how to get Visual Studio to use it for a WCF service.
I don't mind installing IIS, but would rather not if I don't have to.
In case you can't guess already, my experience with web development does not go further than a "Hello World" in ASP.NET.