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


/ Published in: XML
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. <system.diagnostics>
  2. <switches>
  3. <add name="XmlSerialization.Compilation" value="4"/>
  4. </switches>
  5. </system.diagnostics>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.