Enabling the Security Banner

A Security Banner provided with the Administration Console is disabled by default. To enable it, make a simple edit to the Norm.Configuration.config file.

To enable the security banner:

1. Open the following file in a text editor:

<install location>:
\Program Files\BDNA\Data Platform\NormalizeConsole\App_Data\Template\Banner.html

2. Find the following entry:

<key>

    <string>BANNER_STATUS</string>

</key>

<value>

     <string>0</string>

</value>

3. Change the Banner Status value to 1:

<key>

     <string>BANNER_STATUS</string>

</key>

<value>

     <string>1</string>

</value>

4. Open IIS manager and enable Anonymous Authentication.