A
Andy Fish
hi,
I have come across the problem mentioned in this blog
http://blogs.msdn.com/toddca/archive/2005/12/01/499144.aspx
it's basically the fact that in ASP.NET 2.0, the File Change Notification is
uses causes the application to unload every time a directory underneath the
webroot is deleted.
The bodge suggested as a work-around in the article (which involves messing
around with the file system) is not an option that is open to me.
Does anyone know whether a proper fix or workaround for this problem is
available? if not, the only thing I can think of is to delete only files at
runtime and then wait until application shutdown to clear the directory
tree.
Regards,
Andy
I have come across the problem mentioned in this blog
http://blogs.msdn.com/toddca/archive/2005/12/01/499144.aspx
it's basically the fact that in ASP.NET 2.0, the File Change Notification is
uses causes the application to unload every time a directory underneath the
webroot is deleted.
The bodge suggested as a work-around in the article (which involves messing
around with the file system) is not an option that is open to me.
Does anyone know whether a proper fix or workaround for this problem is
available? if not, the only thing I can think of is to delete only files at
runtime and then wait until application shutdown to clear the directory
tree.
Regards,
Andy