Tag Web-Services

27 Dec 2011

Hosting multiple WCF services in one Windows Service

When hosting WCF with ASP.NET its easy to expose multiple services under one website.I wanted to host multiple services in a single WinService. Having a look on the internet there are a few mentioned ways...However, I also have an extra requirement, Read more
01 Oct 2010

HTTP 407 proxy authentication error

When using the HttpWebRequest you may get a;HTTP 407 proxy authentication errorThing is it may seem to be;inconsistent, on further investigation I observed on one case, it sometimes worked and then on other times it will present the above error.It wa Read more