How to install the Company Weather Report Showcase Application

1) Unzip to extract dir.
2) Create a virtual directory called "weather" and point to extract dir\web
	A) Open Internet Information Services in Control Panel > Administrative Tools.
	B) Browse to (local computer) > Web Sites > Default Web Site
	C)  Right-click the Default Web Site folder, select New > Virtual Folder
	D) During the wizard, set the alias to "weather" and the directory to the extract dir\web
	C) After the wizard is complete, close Internet Information Services.
3) Open the Web.config file (within the web folder) and replace "YOUR_USERNAME" and "YOUR_PASSWORD" with your ESRI Global Account username and password then save and close the Web.config file.
4) Test the showcase in a browser by typing the following URL:
http://localhost/weather/

5) [optional] To customize the locations shown on the map, edit the Web.config file.
6) [optional] To customize the showcase to suit your needs, open the RO_Weather.sln file using Visual Studio .NET and alter the code.