VSM - July 2003 Getting Started column
Understand Isolated Storage
Stan Schultes - stan@vbnetexpert.com

The text of this article assumes you're running Visual Studio .NET on a machine with Internet Information Services running (for demonstration of downloaded code permissions). You should apply the lastest SP to the Framework (SP2 as of this writing).

Unzip the contents of the sample file using directory names. In the IsoStorageSample directory, double-click on the IsoStorageSample.sln file to launch Visual Studio .NET. 

If you want to run the StoreAdm utility, open a command prompt window and execute the corvars.bat file to set the proper environment variables. Corvars.bat is found in the .NET Framework SDK bin directory (by default: C:\Program Files\Microsoft Visual Studio .NET\FrameworkSDK\Bin). I move a copy of this file to my c:\windows directory so I can execute it from anywhere. 

Execute > storeadm /help to see a list of the commands available in this tool.

