please help me in delimiting this IIS logfile

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • derik
    New Member
    • Jan 2007
    • 19

    please help me in delimiting this IIS logfile

    pls write the code in vb.net as soon as possible
    the file is of this format

    #Fields: time c-ip cs-method cs-uri-stem sc-status
    05:20:55 172.16.13.104 GET /name/index.aspx 200
    05:20:55 172.16.13.104 GET /name/Home_Page.aspx 200
    the las 2 lines are are the log files
  • radcaesar
    Recognized Expert Contributor
    • Sep 2006
    • 759

    #2
    Try out this,

    http://www.codeproject .com/cs/database/DataSetFrmDelim Txt.asp?df=100& forumid=38170&e xp=0&select=103 6360

    :)


    Originally posted by derik
    pls write the code in vb.net as soon as possible
    the file is of this format

    #Fields: time c-ip cs-method cs-uri-stem sc-status
    05:20:55 172.16.13.104 GET /name/index.aspx 200
    05:20:55 172.16.13.104 GET /name/Home_Page.aspx 200
    the las 2 lines are are the log files

    Comment

    • derik
      New Member
      • Jan 2007
      • 19

      #3
      hey im a bit confused wid that 1 .. can u please write the code for atleast the first line..

      05:20:55 172.16.13.104 GET /name/index.aspx 200

      Comment

      • AricC
        Recognized Expert Top Contributor
        • Oct 2006
        • 1885

        #4
        Originally posted by derik
        hey im a bit confused wid that 1 .. can u please write the code for atleast the first line..

        05:20:55 172.16.13.104 GET /name/index.aspx 200
        That isn't really how the forum works Derik. What code do you have already?

        Comment

        Working...