I have a callback url that gets called, and I can process it. However - Google doesn\'t process my acknowledgment. This is all in EnvironmentType.Sandbox.
EnvironmentType.Sandbox
I
It seems this question is solved by an answer to another question of mine: How can I create an http response from scratch? .
The solution is to add:
HttpContext.Current.Response.End();