Question

Our website is on asp .Net. To bring down the website and display an offline message we use the app_offline.htm.

But we want to notify our clients from a day before the time the website would be down, so that they can plan their activities accordingly. (I like the way stack over flow does it with a small notification on the home page).

I want to what is the best way to do it. Is it possible to get it done in a simple way like by some config file change or something?

Was it helpful?

Solution

I've had a small CMS snippet that I would fill in with info when relevant and leave blank otherwise. You could do something similar for this.

Or have a panel that only shows if a web config flag is setting is flipped

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top