An error occurred while receiving the HTTP response to http://ourdomain. This could be due to the service endpoint binding not using the HTTP protocol. This could also be due to an HTTP request context being aborted by the server (possibly due to the service shutting down). See server logs for more details


 If you receive the above error while pushing expense to your accounting system, and if are hosting Gorilla Expense in-house, add the following to the web.config and restart IIS.


<httpRuntime maxRequestLength="8192"/>
</system.web>