Hello. When I press Enter to end XSP will Application_End be called? This is crutial for my application. I have this in my application class:
protected void Application_End( object src, EventArgs e )
{
Console.Write("Shuting down application... ");
UserUtility.bd.resetUserRulerId();
Console.WriteLine("Done");
}
This must be called! And it's not.
I am using xsp.exe 0.10.0.0, on Mono JIT compiler version 0.31. Thanks.
--
Pedro Santos <www.psantos.net>
"Si minor plus est ergo nihil sunt omnia..."
signature.asc
Description: This is a digitally signed message part
