Hi again,
This time I'm trying to write XML logfiles for my web application. The VS.NET help guide confuses me by suplying me with tons of code wich doesn't make sense at all.
So I wanted to know if anyone knows howto write a simple XML file like this:
<NewEntry sessionId="<session>">
<Entry name="EntryText">This is a sample entry</Entry>
<Entry name="Client IP">0.0.0.0</Entry>
</NewEntry>
Reading it is another thing, but this is the main part, since writing and reading is almost the same (according to VS.NET). Anyone have any ideas?