Overview
There are a few requirements that are needed in order to run the .NET StockTrader application. This document is meant to serve as an express install guide. The goal is to reduce any barriers for someone who may not have the .NET products installed on their machine. After completing the steps in this document refer to the Install Guide for the remainder of the documentation.
The following is a list of requirements as stated in the Install Guide. These requirements can be installed individually, but this document focuses on using the Web Platform installer, which will install the all of these items in one process.
- Internet Information Server (IIS) - Web Service Role with Static Content feature enabled
- Install .NET 3.5 SP1
- Install SQL Server 2008 with mixed mode authentication
- Install ASP.NET 3.5
- Install Visual Studio 2008 or Visual Web Developer Express 2008
Web Platform Installer
- Download the latest version of the Microsoft Web Platform Installer from http://www.microsoft.com/web/downloads/platform.aspx. This document was created using version 2.0 Beta.
- Run the Web Platform Installer. This will open a Wizard that allows you to select the products that you would like to install on your machine.
- Select the Web Platform tab on the left
- Select Internet Information Server (IIS)
- Click Customize next to Web Server
- Under the Core Web Server category, check IIS. The version number will depend on your operating system.
- Click Back to Web Platform
- Select .NET 3.5 Framework SP1
- Click Customize next to Frameworks and Runtimes
- Under the .NET Framework category, check .NET Framework 3.5 SP1
- Click Back to Web Platform
- Select SQL Server with Management Studio
- Click Customize next to Database
- Under the SQL category, check SQL Express 2008, SQL Server 2008 Management Studio Express, and SQL Server 2008 Management Objects
- Click Back to Web Platform
- Select Visual Web Developer Express
- Click Customize next to Tools
- Select Visual Web Developer 2008 Express with SP1
- Click Back to Web Platform
- Click Install
- You should receive a License Agreement for all the products you are installing. Read the information, Click View License for more details on any particular license, when you're ready click I Accept
- You will then be prompted to choose the Authentication Method of SQL Server. Choose Mixed Mode, and enter the password for your sa account.
- Click Continue
- Web Platform Install will begin Downloading and Installing your development environment.
- You may be asked to Restart your machine. After your computer turns back on it should automatically continue installing.
- When the installation completes you should receive a successfully installed notification. Click Close.
- You have now completed the Express Install. You should have all the StoneHenge .NET requirements installed. You can close the Web Platform Installer by clicking Exit.