Example #1
0
        /// <summary>
        /// The main entry point for the application.
        /// </summary>
        public static void Main(string[] args)
        {
#if DEBUG
            System.Diagnostics.Debugger.Launch();
#endif

            InitContext();
            RunWebHost(args);
            webContext.FinalizeContext();
        }