<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Event-Viewer on Details...</title>
    <link>https://www.deepreflect.net/tags/event-viewer/</link>
    <description>Recent content in Event-Viewer on Details...</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <copyright>Copyright © 2003 - 2026 Leonardo Rizzi</copyright>
    <lastBuildDate>Mon, 29 Jun 2026 04:47:45 +0200</lastBuildDate>
    <atom:link href="https://www.deepreflect.net/tags/event-viewer/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Dump System log on Windows</title>
      <link>https://www.deepreflect.net/2009/05/19/dump-system-log-on-windows/</link>
      <pubDate>Tue, 19 May 2009 00:06:14 +0000</pubDate>
       <guid isPermaLink="false">http://blog.deepreflect.net/?p=477</guid> 
      <description>&lt;p&gt;If you wanna to dump windows event log, in readable format form debug youre fucking .NET application running on IIS you can do this:&lt;/p&gt;
&lt;p&gt;Fist of all you need a special tool for this &amp;ldquo;dumpel.exe&amp;rdquo; (in pure Microsoft style) part of Windows Resource Kit 2000 (yeah only 9 year ago):
You can download from &lt;a href=&#34;http://support.microsoft.com/kb/927229&#34;&gt;http://support.microsoft.com/kb/927229&lt;/a&gt;
Then create a bat or vbs file with this command:
&lt;code&gt;dumpel.exe -l Application -f &amp;quot;\\path-to\app_log\app_all.csv&amp;quot;&lt;/code&gt;&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>If you wanna to dump windows event log, in readable format form debug youre fucking .NET application running on IIS you can do this:</p>
<p>Fist of all you need a special tool for this &ldquo;dumpel.exe&rdquo; (in pure Microsoft style) part of Windows Resource Kit 2000 (yeah only 9 year ago):
You can download from <a href="http://support.microsoft.com/kb/927229">http://support.microsoft.com/kb/927229</a>
Then create a bat or vbs file with this command:
<code>dumpel.exe -l Application -f &quot;\\path-to\app_log\app_all.csv&quot;</code></p>
]]></content:encoded>
    </item>
  </channel>
</rss>
