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?

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top