If you use serialisation then IIS dynamically compiles the extra classes it needs to perform the serialisation and it uses the Windows temporary folders to store the class files definition and class compilation artefacts. If IIS can't write to the tempo… more »
Tag: "compiling"
With all projects we must create an area to place our sources so that we both have a frame of reference.
mkdir c:\python-modules
Next we must download the sources we need. First up is Python itself. Navigate to: http://www.python.org/download/ Download… more »