示例#1
0
        protected void Application_Start()
        {
            // initialize the RSA encryption
            RsaEncryption.Setup();
            GlobalConfiguration.Configure(WebApiConfig.Register);

            // initialize the database
            Database.Initialize();
        }