The Banner Manager can be configured on a per Application level with the BannerConfiguration class which persists its values into Web.Config.
The following configuration settings are available:
<wwBanner>
<add key="ConnectionString" value="server=.;database=WestwindAdmin;integrated security=true;" />
<add key="BannerManagerHandlerUrl" value="~/wwBanner.ashx" />
<add key="TrackStatistics" value="True" />
<add key="HomeUrl" value="~/admin/" />
</wwBanner>
© West Wind Technologies, 1996-2016 • Updated: 02/09/12
Comment or report problem with topic