--------------------------------------------------------------- Speech-enabled Fitch and Mather Stocks Release Notes File April 21, 2004 --------------------------------------------------------------- (c) Copyright Microsoft Corporation, 2004. All rights reserved. --------------------------------------------------------------- Contents --------------------------------------------------------------- 1.0 Installing Speech-enabled Fitch and Mather Stocks 1.1 System Requirements 2.0 Documentation Notes 2.1 Remote Database Installation 2.1.1 Running the Database Scripts 2.1.2 Modifying web.config --------------------------------------------------------------- 1.0 Installing Speech-enabled Fitch and Mather Stocks --------------------------------------------------------------- ----------------------- 1.1 System Requirements ----------------------- System Requirements: - Microsoft® Windows 2000 SP4 or Windows XP SP1 (Server or Professional) - Microsoft® Speech Application SDK 1.0 - Microsoft SQL Server 2000™ SP3a or Microsoft SQL Server 2000 Data Engine (MSDE 2000) Release A Notes: - Recommended: Install all available service packs and critical updates from http://windowsupdate.microsoft.com prior to installing the Microsoft® Speech Application SDK --------------------------------------------------------------- 2.0 Documentation Notes --------------------------------------------------------------- The following are notes pertaining to the installation of the Speech-enabled Fitch and Mather Stocks application, the operation of the two web sites, and the included Visual Studio .NET solution file. -------------------------------------- 2.1 Remote Database Installation -------------------------------------- If you chose to install the FMStocks7V database remotely, you need to manually run the SQL scripts provided in the Setup subfolder. Then you also need to change the SQL connection string attribute in the web.config files for both sites. 2.1.1 Running the Database Scripts - Open SQL Query Analyzer on the remote machine - Run Setup\FMStocks7V_CreateDB.sql - Run Setup\FMStocks7V_GrantPermissions_ForRemote.sql - Run Setup\FMStocks7V_LoadData.sql - Run Setup\FMStocks7V_CreateSPs.sql Running the scripts creates a SQL login, FMStocks7V_login, with this password: FMStocks7V. 2.1.2 Modifying web.config - Open the web.config files from both the FMStocksVoice directory and the FMStocksWeb directory using a text editor. - Under \\ , change the value attribute. Modify the value attribute to the desired connection string (you can't use Integrated Security) using FMStocks7V_login as the uid and FMStocks7V as the password, pointing to the remote SQL Server. web.config section: