Getting WCF services up and running on IIS 6 isn't hard if you know what to do. Here are the high points:
Make sure ASP.NET is installed and registered with IIS on your web server
Make sure WCF (.NET Framework 3.0/3.5) is installed
Make sure that the .svc extension is mapped to the ...
[More]