I'm trying to send myself some debugging information from my ashx handler file in my ASP .NET 4.0 [C#] application, but I'm not seeing the message(s) anywhere when the line:
contex.Response.Write("some text");
executes. Where should I expect to see this message?