Lost access to HTTP Request after upgrade to .NET Framework 4.5
问题 I have a WCF service that accepts a POST request from jqGrid in the form of HTML form and returns JSON. While things were on .NET 4.0, all worked fine. I could access form fields inside the service via request["fieldName"] . Once I upgraded to .NET 4.5, all my request["fieldName"] are now blank. Is there some kind of known issue with .NET 4.5, WCF and HttpContext.Current.Request ? Here is an example: POST http://{REMOVED}/Grid.svc/Execute HTTP/1.1 Accept: application/json, text/javascript, */