Exemplo n.º 1
0
        /// <summary>
        /// Handles the global application startup event.
        /// </summary>
        protected void Application_Start(object sender, EventArgs e)
        {
            LogManager.Initialize();

            // https://code.google.com/p/autofac/source/browse/Examples/MultitenantExample.WcfService/Global.asax.cs
            var bootStart = new AutofacConfiguration();

            bootStart.DoStart();
        }