c# - Multiple custom micro sites, how to shut them down during maintenance? -
i have multiple smallish micro-sites custom built, none of them built on common codebase (legacy).
during maintenance, when need bring these sites down manually process setting custom page redirects when things getting updated during downtime.
i want build common library can drop each site control things @ global level switch sites on/off.
what suggest do this?
i place file in root folder(wwwroot?) these sites can before serving information. file contain simple flag indicates if information should served, , possibly url should redirect user when sites down.
all of assumes able modify projects utilize file of course.
Comments
Post a Comment