CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    George2 is offline Elite Member Power Poster
    Join Date
    Oct 2002
    Posts
    4,468

    Unhappy Want to write a tool to analyze log file of IIS.

    Hi, everyone!

    I want to write a simple tool to analyze the log file
    of IIS. I want to make a statistical report of the site.
    For example, top 20 URLs of the site which is most popular.
    Better with graphics.

    I want to know whether there are already some free tools
    already, better with source codes. :-)


    Thanks in advance,
    George

  2. #2
    Join Date
    Dec 2001
    Location
    Ontario, Canada
    Posts
    2,236
    Set IIS to log to ODBC, it will be much easier than parsing the log files.

    Crystal Reports can read and parse IIS log files, and is a good tool for this kind of task.

  3. #3
    George2 is offline Elite Member Power Poster
    Join Date
    Oct 2002
    Posts
    4,468

    Talking

    Thanks, mwilliamson buddy!

    George

    Originally posted by mwilliamson
    Set IIS to log to ODBC, it will be much easier than parsing the log files.

    Crystal Reports can read and parse IIS log files, and is a good tool for this kind of task.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured