Return to Snippet

Revision: 4391
at December 4, 2007 19:41 by rengber


Initial Code
<system.diagnostics> 
    <switches> 
        <add name="XmlSerialization.Compilation" value="4"/> 
    </switches> 
</system.diagnostics>

Initial URL


Initial Description
This persists the dynamic classes generate by the .net serialize to disk at location 
C:\Documents and Settings\A063913\ASPNET\Local Settings\Temp 

Note. This will allow you to debug into the serialized classes from VS2005

Initial Title
Xml Config Entry to Write out Temporary Assemblies Created for the Serializers

Initial Tags
xml

Initial Language
XML