私のアプリケーションでは、アプリケーションがglobal.aspxファイルで.ieを開始すると、いくつかの変数が初期化されます
Application_start()
{
//velocityhelper.TemplateLocatio is static class.
VelocityHelper.TemplateLocation = ConfigurationHelper.ContentLocation + "/"
+ ConfigurationHelper.CultureId + "/" + "Templates/";
}
templatelocation変数にアクセスすると、常にnullが返されます。このテンプレートの場所を初期化する方法を教えてください。