Dot Net Solutions
George V Place,
4 Thames Avenue
Windsor
Berkshire
SL4 1QP
Great Britain
0845 402 1752
GEO: -0.606174, 51.4843
 
 
 
 
26 Jan 2007

Hosting WCF service in IIS

If you run WCF service in IIS under a web site with multiple host headers, you will get the following exception: This collection already contains an address with scheme http.  There can be at most one address per scheme in this collection. Parameter name: item From the documentation, Deploying an IIS-Hosted WCF Service: Configure the WCF service IIS-hosted WCF services store their configuration in the applications Web.config file. IIS-hosted services use the same configuration ... [Read more]
Published: 26 Jan 2007  11:52 | 0  Comments | 0  Links to this post
 
 
 
 
18 Jan 2007

Continuous Integration with Team Foundation Server and WCF

Khushboo Sharan at Microsoft has made a very basic sample for enabling continuous integration (more) with Team Foundation Server available here The sample uses a standard .Net 2 .asmx webservice to listen to CheckIn Events from the server, with the service defined as follows: [WebService(Namespace = "http://schemas.microsoft.com/Team[...] Foundation/2005/06/Services/Notification/03")] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] public class NotificationSe ... [Read more]
Published: 18 Jan 2007  11:57 | 0  Comments | 0  Links to this post