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>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-31
  • 2021-05-30
  • 2021-12-04
  • 2022-12-23
  • 2022-12-23
  • 2021-11-09
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-02
相关资源
相似解决方案