How can I deploy WCF Service without IIS in XP? (pretty much straightforward)
The service will only be consumed by a local network in a Windows App, has a security of a Custom Username and Password Validator in a wsHttpBinding.
My service codes are in C#, Framework 4.0, build in Visual Studio 2010 Pro.
You should write it as a self hosted windows service, there is a write up on it on msdn.