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

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -