Live Install

  • Set up staging site on development server
    • Copy StagingCompiler.cmd from template
    • Create new directories under staging
      • staging/o2Client/www
    • Use notepad to edit StagingCompiler.cmd to point to proper directories
    • Run staging compiler, ensure files are created
  • Install live site on designated live servers
    • Files
      • Only .aspx files
      • web.config
        • (copy from template)
      • siteMapInc_Admin.aspx
    • Directories
      • bin
      • css
      • flash
      • images
      • javascript
      • o2Net
        • o2NetDev/applications/transformDoc
          • 2008.12.30 - some other applications cause compillation errors
      • pdf
      • xml
      • xslt
    • Virtual Directory
      • javascriptO2
      • /o2New/www/include/layout/
        • O_ProcessFormSubmit.aspx
      • cssTemplate
      • javascriptTemplate
      • xsltTemplate
      • DropBox

Trouble-shooting

  • This is a marker file generated by the precompilation tool, and should not be deleted!
    • Seeing this when you visit an .aspx page
    • web.config file is not installed into the root directory
    • PrecompiledApp.config file is not installed to live root
    • Note: re-saving web.config may need to be done to re-kick the change
  • Could not load file or assembly 'vjslib
    • Check that IIS is configured for .Net 2.0
      • Yes
        • Re-compile after copying bin file from other site - no fix
    •  
      • Move over "precompilleApp.config - then update web.config (to re-kick) and site came up.
  • a