[Mono-list] XSP,I have to restart after I change a class

Gonzalo Paniagua Javier gonzalo@ximian.com
20 May 2003 17:14:45 +0200


El dom, 18 de 05 de 2003 a las 13:59, Paul escribió:
> Hi
> 
> i am having trouble with XSP, whenever I change a class that 
> my aspx page inherits from, I need to restart the 
> server to make the changes that effect/the class is 
> recompiled. Is there anything I can do so that I dont have 
> to  restart the server?

I guess that class is compiled into a dll which is copied to the bin
directory. Until we don't support AppDomain.ShadowCopyFiles and related
stuff, you'll need to restart the server.

Sorry for the inconvenience.

-Gonzalo