August 2006 CTP -- IronPython Web Site Project demo installation
To demo the IronPython (IP) Web site support you must first install two IP binaries into the GAC. You can find them at
<Install path>/VisualStudioIntegration/Common/Assemblies/IronMath.dll
<Install path>/VisualStudioIntegration/Common/Assemblies/IronPython.dll
Open the Visual Studio command prompt window and navigate to this directory. Then type in the following --
>gacutil -i ironmath.dll
>gacutil -i ironpython.dll
------------------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.