473,378 Members | 1,578 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

componet or code to anaylze IIS weblog

JD
Does anyone know of any component out in the market that will allow you
analyze IIS weblogs, I have been asked to develop a tool for a client that
will do this for them, and the one that came to mind was webtrends. However,
they don't want to buy this software....I don't know of any component that
will do this, but if anyone can help I would really appreciate it. Thanks.

--
J. D.
Nov 19 '05 #1
5 1158
Hi,

depends on your needs but here is one
http://awstats.sourceforge.net/

(though not done with .NET)

Or Log Parser in MS in IIS resource kit, if you need to do some of the stuff
yourself
http://www.microsoft.com/downloads/d...displaylang=en

--
Teemu Keiski
ASP.NET MVP, AspInsider
Finland, EU
http://blogs.aspadvice.com/joteke

"JD" <jd****@dalys.us> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Does anyone know of any component out in the market that will allow you
analyze IIS weblogs, I have been asked to develop a tool for a client that
will do this for them, and the one that came to mind was webtrends.
However, they don't want to buy this software....I don't know of any
component that will do this, but if anyone can help I would really
appreciate it. Thanks.

--
J. D.

Nov 19 '05 #2
Here's another:
Analyzer Professional http://www.alterwind.com.

FWIW: This one is licenced "per user" - not "per site".

"JD" <jd****@dalys.us> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Does anyone know of any component out in the market that will allow you
analyze IIS weblogs, I have been asked to develop a tool for a client that
will do this for them, and the one that came to mind was webtrends.
However, they don't want to buy this software....I don't know of any
component that will do this, but if anyone can help I would really
appreciate it. Thanks.

--
J. D.

Nov 19 '05 #3
Hi, JD.

Take a look at (Lite version free) Alterwind Log Analyzer:

http://www.alterwind.com/

The Lite version is totally free, and if you need more reports,
there's 2 versions you can pay for/upgrade to ( $69-$99 ).

Download the free version, or eval versions of the $$$ versions at :
http://www.alterwind.com/download.html

It's very straightforward to use, and it works without having to install
a scripting language. (It doesn't need Perl...like most log analyzers do)

Just start the program, go to "File", "Add log file"; locate your
Logfiles directory, and add as many logfiles as you want to process.

( You can add all of them, if you wish. )

Then, when the logfiles have been processed,
go to the "Report" menu item, and select "Generate Report".

It doesn't get any easier than that.

If you want more that what the free version gives you,
download the Eval versions of the "Standard" or "Professional" versions.

Disclaimer : I am not connected in any way shape or form
to the people who wrote or sell theAlterwind Log Analyzer.

I just like it...and use the free version for test purposes.

For commercial use, I'd purchase one of the "for pay" versions.


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"JD" <jd****@dalys.us> wrote in message news:%2****************@TK2MSFTNGP10.phx.gbl...
Does anyone know of any component out in the market that will allow you analyze IIS
weblogs, I have been asked to develop a tool for a client that will do this for them,
and the one that came to mind was webtrends. However, they don't want to buy this
software....I don't know of any component that will do this, but if anyone can help I
would really appreciate it. Thanks.

--
J. D.

Nov 19 '05 #4
Hi Juan,

I just started looking into Alterwind and have not yet installed it for demo
purposes. Question: The reports it produces - are they available as Web
pages, how about as user controls? If as pages - what does it do - does it
generate HTML files. Basically I'm wondering if I can use it (any version)
to provide statistics to my site's visitors, without me having to hand-code
paths to new HTML files containing reports every month.

Thanks for any insight you can provide.

-F
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:e3**************@TK2MSFTNGP14.phx.gbl...
Hi, JD.

Take a look at (Lite version free) Alterwind Log Analyzer:

http://www.alterwind.com/

The Lite version is totally free, and if you need more reports,
there's 2 versions you can pay for/upgrade to ( $69-$99 ).

Download the free version, or eval versions of the $$$ versions at :
http://www.alterwind.com/download.html

It's very straightforward to use, and it works without having to install
a scripting language. (It doesn't need Perl...like most log analyzers do)

Just start the program, go to "File", "Add log file"; locate your
Logfiles directory, and add as many logfiles as you want to process.

( You can add all of them, if you wish. )

Then, when the logfiles have been processed,
go to the "Report" menu item, and select "Generate Report".

It doesn't get any easier than that.

If you want more that what the free version gives you,
download the Eval versions of the "Standard" or "Professional" versions.

Disclaimer : I am not connected in any way shape or form
to the people who wrote or sell theAlterwind Log Analyzer.

I just like it...and use the free version for test purposes.

For commercial use, I'd purchase one of the "for pay" versions.


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"JD" <jd****@dalys.us> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Does anyone know of any component out in the market that will allow you
analyze IIS weblogs, I have been asked to develop a tool for a client
that will do this for them, and the one that came to mind was webtrends.
However, they don't want to buy this software....I don't know of any
component that will do this, but if anyone can help I would really
appreciate it. Thanks.

--
J. D.


Nov 19 '05 #5
It produces HTML reports, but you'll have to
publish them yourself, at least in the Lite vesion.

There's no automatic publish-to-web feature, AFAIK.

You might want to contact them about that.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"Frankie" <A@B.COM> wrote in message news:eL**************@TK2MSFTNGP14.phx.gbl...
Hi Juan,

I just started looking into Alterwind and have not yet installed it for demo purposes.
Question: The reports it produces - are they available as Web pages, how about as user
controls? If as pages - what does it do - does it generate HTML files. Basically I'm
wondering if I can use it (any version) to provide statistics to my site's visitors,
without me having to hand-code paths to new HTML files containing reports every month.

Thanks for any insight you can provide.

-F
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:e3**************@TK2MSFTNGP14.phx.gbl...
Hi, JD.

Take a look at (Lite version free) Alterwind Log Analyzer:

http://www.alterwind.com/

The Lite version is totally free, and if you need more reports,
there's 2 versions you can pay for/upgrade to ( $69-$99 ).

Download the free version, or eval versions of the $$$ versions at :
http://www.alterwind.com/download.html

It's very straightforward to use, and it works without having to install
a scripting language. (It doesn't need Perl...like most log analyzers do)

Just start the program, go to "File", "Add log file"; locate your
Logfiles directory, and add as many logfiles as you want to process.

( You can add all of them, if you wish. )

Then, when the logfiles have been processed,
go to the "Report" menu item, and select "Generate Report".

It doesn't get any easier than that.

If you want more that what the free version gives you,
download the Eval versions of the "Standard" or "Professional" versions.

Disclaimer : I am not connected in any way shape or form
to the people who wrote or sell theAlterwind Log Analyzer.

I just like it...and use the free version for test purposes.

For commercial use, I'd purchase one of the "for pay" versions.


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"JD" <jd****@dalys.us> wrote in message news:%2****************@TK2MSFTNGP10.phx.gbl...
Does anyone know of any component out in the market that will allow you analyze IIS
weblogs, I have been asked to develop a tool for a client that will do this for them,
and the one that came to mind was webtrends. However, they don't want to buy this
software....I don't know of any component that will do this, but if anyone can help I
would really appreciate it. Thanks.

--
J. D.



Nov 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: S.Chang | last post by:
Hi, just a quick question, what kind of system load to expect to run a medium/large scale weblog? the back end servers will be updaing the page quiet often, almost once per minute per servers. ...
2
by: IMRAN SAROIA | last post by:
Dear friends, I have implemented COM componet from .Net Assembly to be used by my old apps by creating a class and compiling it as an assembly and also regestring it. How can we implement...
18
by: Elder Hyde | last post by:
Hey all, A class of mine needs to tell the outside world when its buffer is not empty. The problem is that C# seems to force you to put the event-raising code in the base class. To illustrate,...
192
by: Vortex Soft | last post by:
http://www.junglecreatures.com/ Try it and tell me what's happenning in the Microsoft Corporation. Notes: VB, C# are CLS compliant
13
by: tindog | last post by:
I am brand new to this programming especially C#. I am confused (at the moment). I have bought two books to get started to learn C# language and Visual C#.net 2003 in 24 hours. Which is the best to...
4
by: cmay | last post by:
I know that you can do different things to enable different types of impersonation using the config files (like set it up so the end user is the one being impersonated, or set it up so the asp.net...
4
by: Baron Samedi | last post by:
hi, I would like to auto-doc some existing code, mostly so I can understand it. I am slowly adding PhpDoc comments, but I miss some tools which I have for C/c++. For instance, the Code Visual...
1
by: bitFlinger | last post by:
I need to add a .net webLog webapp to an existing web site with very little time given to do any development - welcome to my new client. Thus I am trying to find a c# (prefered 2005) source code...
1
by: purusabkaguru | last post by:
When I develop com componet in .net enviroment then it is managed or unmanaged?How?
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.