Lately I've been dealing with a fair amount of XML serialization and since I know
that I'll need this information again, I'm going to blog it. Here are useful
sites:
Adding the following to you config file will generate the serialization class in C:\Documents
and Settings\[YourMachineName]\ASPNET\Local Settings\Temp or C:\Documents and Settings\[YourMachineName]\[Current
User]\Local Settings\Temp (information from Daniel
Cazzulino)
<system.diagnostics>
<switches>
<add name="XmlSerialization.Compilation" value="4"/>
</switches>
</system.diagnostics>