解决IConfigurationSectionHandler接口

我以前关于IConfigurationSectionHandler接口问题的文章发的代码基础之上
(原文地址:http://www.cnblogs.com/evernory/archive/2004/08/03/29657.aspx
再在Global.asax.cs中添加如下代码,问题就可以解决了

protected void Application_Start(Object sender, EventArgs e)
     
{
            System.Configuration.ConfigurationSettings.GetConfig(
"MCConfiguration"); 
        }

这么简单的问题,只怪我当时不细心啊

posted @ 2004-08-17 10:07  Evernory  阅读(893)  评论(1编辑  收藏  举报