NHibernate session management in the WCF Web API
Update! This post is still wrong (!!), and no longer relevant with the release of the ASP.NET MVC Web API code. I’ll provide my updated session handler soon. As the WCF Web API project is a bit of a…
How to get your WCF Web API DELETE verb working on IIS6
I’ve just had to deal with a problem on Windows Server 2003 (IIS 6.0) where my web API decided not to respond to the DELETE verb. Apparently, this is by design. It doesn’t happen when you’re in development mode using…