Simplify WCF Development by Hosting a WCF Service Library in an ASP.NET Project
Develop and test in a WCF Service Library project while hosting your application in an ASP.NET project. It’s easy to test a service if you create it in a Windows Communication Foundation (WCF) Service Library — just press F5 to bring up Visual Studio’s Test Client. Testing isn’t as easy …