[Mono-list] XSP Issues
Gonzalo Paniagua Javier
gonzalo.reply.to.the.list.iam.subscribed@ximian.com
Wed, 08 Sep 2004 14:20:53 -0400
On Wed, 2004-09-08 at 09:17, Pedro Santos wrote:
> 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.
There's a bug report for this on the runtime.
>
> 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).
Application_End will be called when we support AppDomain unloading.
-Gonzalo