Hello!

I just installed the latest Mono and XSP (1.0.1) and I am having some
strange behaviors: When I press ENTER XSP does not stop. However, If I
make a request after pressing ENTER the browser says to me that there is
no Web Server and XSP closes.

I have tested this in some web applications I have and it's the same for
all.

On the other hand, I have a handler for the application end:

protected void Application_End( object src, EventArgs e )
{
        Console.Write("Shuting down application... ");
}

This is never called. Better: I never got XSP to call that method since
I remember (it's not just with this latest version).

So, can I be doing something wrong to cause this strange behavior? I use
a lot of Module's and Handler's.

-- 
Pedro Santos <www.psantos.net>
"Si minor plus est ergo nihil sunt omnia..."

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to