Typically, my functions end in a Response.ExpandTemplate(lcTemplate)
My JSON calls don't appear to crash the EXE. They typically conclude with Response.Write(lcReturnValue)
No errors appear in the request log. WCErrors shows only:
2012.11.12 15:41:09:309 - 5540_680A8BA60B86 - 5540_680A8BA60B86 - Request Started - /CondoApp/Franklin/MonthCal.cdo? - 0 - 5540 - Com: -1:0:0
2012.11.12 15:41:10:577 - 5540_680A8BA60B86 - 5540_680A8BA60B86 - Request Completed (1265) - /CondoApp/Franklin/MonthCal.cdo? - 3 - 5540 - Com: -1:0:0
Unfortunately, I don't think I can SET STEP ON in the EXE, so I'm at something of a loss in debugging this problem.
Any advice?