Multi-Database Login
Bizview now supports specifying several databases in the connectionStrings.config file. This enables the installation of one web application that can simultaneously run against several databases instances (e.g. several different implementations/clients).
To enable this , add rows in your connectionStrings.config file, ideally by launching DB Wizard.
Each row in the connectionStrings.config file has an Alias name, this is the name you should use in the URL:
To browse to the Bizview application, including specifying a target database, use the url parameter ?db= as below
http://localhost/bizview/?db=<alias>
Next step:Enabling Bizview Document Viewer