Jasinski Technical Wiki

Navigation

Home Page
Index
All Pages

Quick Search
»
Advanced Search »

Contributor Links

Create a new Page
Administration
File Management
Login/Logout
Your Profile

Other Wiki Sections

Software

PoweredBy

Page History: Deployment Checklist

Compare Page Revisions



« Older Revision - Back to Page History - Newer Revision »


Page Revision: Fri, Oct 23, 2009, 10:52 AM


Websites

1. Double-check that static/shared variables are NOT being used!

2. Delete contents of upload folder(s).

3. WEB.CONFIG File (if you haven't coded around these issues)
  • Set SSO (This applies only if you're using Single-Sign-On, and toggling it off in development.)
  • Point connection strings at environment being deployed to

4. WEB.CONFIG File (always)
  • Turn debugging off (set system.web/compilation/@debug=false)

5. Build the website.

6. Publish the website, being sure to deselect the Allow this precompiled site to be updatable checkbox.
Image

7. Copy files from publish folder to web server.

8. Check-in code.

ScrewTurn Wiki version 3.0.1.400. Some of the icons created by FamFamFam. Except where noted, all contents Copyright © 1999-2024, Patrick Jasinski.