The main proupose of this article is to develop a generic WCF host implementation, to help when developing WCF services inside Visual Studio 2005.
Background
When you need to develop a WCF service, you need to host it somewhere. So far, you have three options: IIS 6.0 (HTTP only), IIS7/WAS (Window...
[More]