I am currently using serviceStack to create REST-based services hosted in an MVC web application.
So far, ServiceStack has been awesome, and I have achieved most of what I wanted to do. All this works in IISExpress.
Now I upgraded to IIS 7.5, and I got a 400 error that the "Request Handler Not Found" when doing PUT. GET works great and both PUT and GET work on IISExpress.
In IISExpress, this all works.
Any ideas?
source
share