VS2005 前台读取Web.config

Web.config
<appSettings>
<!-- report data source-->
    
<add key ="RMAReportDataSource" value ="Provider=MSOLAP.2;Persist Security Info=True;Data Source=xxx;Initial Catalog=xx;Client Cache Size=25;Auto Synch Period=10000"/>
    
</appSettings>
前台:
 <x:ConnectionString><asp:Literal ID="LiteralDataSource" runat="server" Text="<%$ appSettings:RMAReportDataSource%>" /></x:ConnectionString>

posted on 2007-09-05 14:00  Sammy  阅读(724)  评论(0编辑  收藏  举报

导航