Skip to content

Instantly share code, notes, and snippets.

@michaellwest
Last active January 4, 2016 00:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaellwest/8543863 to your computer and use it in GitHub Desktop.
Save michaellwest/8543863 to your computer and use it in GitHub Desktop.
Site maintenance files for IIS.
<!DOCTYPE html>
<html lang="en">
<head>
<title>Down for Maintenance</title>
</head>
<body>
<div>&nbsp;</div>
<div id="wrapper">
<div id="page">
<div id="content">
<div class="box">
<h2>This website is down for maintenance</h2>
<p>
We&#39;re currently undergoing scheduled maintenance. We will come back very shortly. Please check back in fifteen minutes. Thank you for your patience.
</p>
</div>
</div>
</div>
</div>
</body>
</html>
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.web>
<httpRuntime waitChangeNotification="300" maxWaitChangeNotification="300"/>
</system.web>
<system.webServer>
<modules runAllManagedModulesForAllRequests="true" />
</system.webServer>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment