Hi All,
- I have to design Customizable Error message display which entered by Page Admin like "DB Server under maintanace will be back at 2 PM" need to display in user's login page.
- Since DB is not available while maintanance so I thought of storing in xml file.
- The WEB Site hosted in IIS. I have few doubts regarding that.
- To Store the Customizable Error message entered by Admin through his page before maintance, can I create XML Config file in App_Data folder?
- Whenever Admin entered the Info while loading user's page I will retreive that info and display if the error page.
- This method is feasible and will work everytime?
Thanks