Monday, March 31, 2008

WCF and websites with multiple identities

The other day at work we were installing a bunch of stuff on a new production web server which has been set-up for load balancing. One of the services we had installed used WCF. Went to test it and it didn't work. Turns out that WCF has an issue with multiple identities being assigned to a website. It's one of those little gotchas that can catch you unawares on a roll-out.

Anyways Rob Reynolds provides a simple solution to the problem on his blog.

Publish Post

Friday, March 28, 2008

Where is ASP.NET 3.5 on IIS ?

Vijayshinva Karnure wrote a short on blog why you can't find a reference to .Net 3.5 in IIS. Kinda of thing that is easy to forget in the heat of the moment.