[Mono-devel-list] Global.asax changes

Met @ Uber met at uberstats.com
Sun Oct 12 16:41:00 EDT 2003


On Sun, 2003-10-12 at 16:19, Cezar Nasui wrote:
> Hi,
>  
> The book I have on ASP.NET says that any modification to the
> Global.asax file are detected by the .NET framework which serves the
> current pending requests and, after finishing them, closes the old
> application domain, it recompiles the global.asax file (or the
> Global.asax.cs or vb), starts a new application domain and any new
> request sees the new version. 


My book (ASP.NET WebServices) says that you must manually edit the
Global.asax file, and that changes done to the Application object do not
change the file.  But it could be wrong.
 
> I tested on Mono and it doesn't do this thing. Is this a know matter?
> It is a bug?
>  
> I run 
> mono 0.28
> mcs 0.27
> xsp 0.6
>  
> Cezar




More information about the Mono-devel-list mailing list