https://bugzilla.novell.com/show_bug.cgi?id=322330
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=322330#c14 --- Comment #14 from Marek Habersack <[EMAIL PROTECTED]> 2008-08-19 13:03:21 MDT --- All the problems go down to missing file change events - the asp.net app isn't reloaded when app_offline.htm is created (bug 357565), a test case isn't successful because the asp.net app it is testing isn't reloading when global.asax is overwritten (bug 371581), controls aren't removed from the builder cache when the corresponding .ascx files are modified on disk and, thus, aren't recompiled (bug 377915), application isn't restarted when web.config is modified (bug 412469) All of the above rely on FileSystemWatcher events to work. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
