Deployment Checklist
Websites
¶
Prep Work
¶
Double-check that
static/shared
variables are NOT being used!
Check for any "
TODO
" items
Deployment
¶
1. Delete contents of
upload
and
attachments
folder(s).
2.
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
3.
WEB.CONFIG
File (always)
Turn
debugging
off (set
system.web/compilation/@debug=false
)
4.
Build
the website.
5.
Publish
the website, being sure to deselect the
Allow this precompiled site to be updatable
checkbox.
6.
Copy files
from publish folder to web server.
7.
Check-in
code.