SCCI -- Two Large Web Sites (ASP)

SCCI provides systems engineering, information assurance, software engineering, logistics, and training services in support of complex, software intensive military systems.  

A team of two senior software engineers completed gmStudio Training and collaborated in with Great Migrations over a period of 8 weeks to rewrite two large ASP classic web sites to ASP.NET with C#.  

System Metrics

  • Web Site 1: 1,100 Pages 30 includes
  • Web Site 2: 600 Pages 250 includes

Custom Upgrade Features

The two custom upgrade solutions were developed in parallel; one for each site migrating .  The solutions had the following custom upgrade features:

  • Migrate all Includes to code classes
  • Migrate all pages to separate markup and code behind files
  • Scripting to System.IO
  • MSXML2 to System.XML
  • CDO to System.Web.Mail
  • Regular Expressions to System.Test.RegularExpressions
  • ADODB to System.Data wrapper
  • Type Inference Optimizations
  • Integrating in-house .NET assemblies
  • Simplifying linkages between pages and includes
  • Removal of obsolete code
  • and more