/// <summary>
        /// Create the global.asax file
        /// </summary>
        public void GenerateGlobalAsaxForCS()
        {
            var template = new GlobalAsaxTemplate(this);

            this.TextFiles.Add("global.asax", template.TransformText());
        }
        /// <summary>
        /// Create the global.asax file
        /// </summary>
        public void GenerateGlobalAsaxForCS()
        {
            var template = new GlobalAsaxTemplate(this);

            this.TextFiles.Add("global.asax", template.TransformText());
        }