When trying to get a RESTful WCF service POST to work in ASP.NET we are seeing the following error message in the browser:
The server encountered an error processing the request. See server logs for more details.
We are using the ASP.NET Development Server – does anyone know where it keeps its log files?
You might want to consider configuring WCF tracing as described in this MSDN article.