Posted to
Output Targets
by
Solburn17
on
06-08-2009, 4:45 PM
Here's my code that works. I actually dumped log files from System, Application and Security logs into the database.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
// Log Parser 2.2
using MSUtil;
namespace LogParser2 {
public ...