コード例 #1
0
ファイル: Global.asax.cs プロジェクト: fenginau/jbsolutions
        protected void Application_Start()
        {
            // initialize the RSA encryption
            RsaEncryption.Setup();
            GlobalConfiguration.Configure(WebApiConfig.Register);

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