[Mono-list] Response.Redirect crashes XSP everytime

William M. Wise will@digitalelite.com
Wed, 10 Nov 2004 06:49:20 -0500


Hi everyone.  This is my first post so please be gentle.

I'm trying to port a C# ASP.NET (that uses code-behind) application to Mono
(using 1.0.4 and Cygwin on Windows).

Whenever I attempt to execute a Response.Redirect in response to a button
click event XSP crashes emitting no error message to the console even with
--verbose enabled.  I tried using Server.Transfer but that ends up giving me
a Frankenstein result with elements of the original page and the new page
mixed together.

Is there something I can do to get better debugging info for you to analyze?
Is there something simple that I'm missing?  Would I have more luck running
all of this against mod_mono.  

Thanks,
William Wise