I would like to be able to have a message warning users that maintenance (updates) will be performed at a certain date/time. I have it working for a single site using <!-- Net:f:update.htm -->It is just a banner that displays in the header, when maintenance is pending.
I would like to be able move this file to my c:\host\web directory instead of the c:\host\site\web directory so I only have to change it in one place, instead of each website web folder. I tried setting it to <!-- Net:f:c:\host\web\update.htm --> but that didn't work. Can I do this?