CodeDotNet

When designing this site, one of the first elements I planned for was a logging feature, both to collect error information for debugging, as well as user information. Below is a view of the log data stored. I've also created a web service to return the entire data set, a mixture of VB.NET to return the data, as well as the web pages to return XML to a web browser.
12345678910...
LogIDTypeTypeMessageTimeStampBrowserInfoPagePathIPAddress
276230PageHit 2/5/2012 7:44:57 AMCCBot/1.0 (+http://www.commoncrawl.org/bot.html)LogViewer.aspx38.107.179.217
276229ErrorError 5002/5/2012 7:44:34 AMCCBot/1.0 (+http://www.commoncrawl.org/bot.html)Error500.aspx38.107.179.216
276228PageHitLoad Mail Form (VB)2/5/2012 7:44:14 AMCCBot/1.0 (+http://www.commoncrawl.org/bot.html)SendMail.aspx38.107.179.220
276227PageHit 2/5/2012 7:43:55 AMCCBot/1.0 (+http://www.commoncrawl.org/bot.html)Default.aspx38.107.179.219
276226ErrorError 4042/5/2012 7:43:29 AMCCBot/1.0 (+http://www.commoncrawl.org/bot.html)Error404.aspx38.107.179.218
276225PageHit 2/5/2012 7:43:03 AMCCBot/1.0 (+http://www.commoncrawl.org/bot.html)BlackScholes_European.aspx38.107.179.217
276224ErrorError 4042/5/2012 7:42:38 AMCCBot/1.0 (+http://www.commoncrawl.org/bot.html)Error404.aspx38.107.179.216
276223PageHitcfIxFATSpWCRjhkRXf;FfxPJlftcBeuGqLKv;New York;NY2/5/2012 7:42:24 AMMozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)USPS_ZipCodeLookup.aspx23.19.68.66
276221PageHit 2/5/2012 7:42:24 AMMozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)USPS_ZipCodeLookup.aspx23.19.68.66
276222PageHitcfIxFATSpWCRjhkRXf;FfxPJlftcBeuGqLKv;New York;NY2/5/2012 7:42:24 AMMozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)USPS_ZipCodeLookup.aspx23.19.68.66
12345678910...