I have ASP.NET running under mod_mono on Apache 2.0.  Once I have the site up and running, and I have browsed over several pages, I have a problem.  

 

If I rename/replace the DLLs in the bin folder, the pages that have already been generated are not affected.  It is as if the DLLS  were either cached and have not been refreshed, or the ASPX pages themselves are cached and are not regenerated.  Either way, it seems like a problem.  If I just clear out the bin folder, all the pages that were already generated continue to come up just fine, but new pages crash because the DLL cannot be found.

 

Similarly, if I change the Web.config file, the changes do not seem to take affect.

 

Both problems resolve when I restart Apache.  But I can’t always do that.  IIS 6 seems to “watch” these files and flush things automatically when they change.  Does/will Mono have a similar feature?  Or do I have something configured wrong?

 

Thanks.

Reply via email to