473,382 Members | 1,407 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,382 software developers and data experts.

ASP to read the IIS log files

WD
Hi

I am wanting to use ASP to read the IIS log files on our web server. Can
anyone help?

Thanks

WD
Jul 19 '05 #1
7 4302
I'm a big fan of Analog 5.x myself
www.Analog.cx
--
----------------------------------------------------------
Curt Christianson (Software_AT_Darkfalz.Com)
Owner/Lead Designer, DF-Software
http://www.Darkfalz.com
---------------------------------------------------------
...Offering free scripts & code snippits for everyone...
---------------------------------------------------------

"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:##**************@tk2msftngp13.phx.gbl...
You could use the FSO and parse the log files yourself, or you can use
something like Web Trends or Urchin to do it for you. Web Trends is my
webmaster's tool of choice.
http://www.sohosoftware.net/webtrend...ersoftware.htm

Ray at work

"WD" <no*****@noemail.com> wrote in message
news:3f***********************@mercury.nildram.net ...
Hi

I am wanting to use ASP to read the IIS log files on our web server. Can
anyone help?

Thanks

WD


Jul 19 '05 #2
WD
yes webtrends is the best but costs too much. is analog done in asp? i am
after a asp version of some log files access.

"Curt_C [MVP]" <Software_AT_Darkfalz.com> wrote in message
news:Oy**************@TK2MSFTNGP11.phx.gbl...
I'm a big fan of Analog 5.x myself
www.Analog.cx
--
----------------------------------------------------------
Curt Christianson (Software_AT_Darkfalz.Com)
Owner/Lead Designer, DF-Software
http://www.Darkfalz.com
---------------------------------------------------------
..Offering free scripts & code snippits for everyone...
---------------------------------------------------------

"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:##**************@tk2msftngp13.phx.gbl...
You could use the FSO and parse the log files yourself, or you can use
something like Web Trends or Urchin to do it for you. Web Trends is my
webmaster's tool of choice.
http://www.sohosoftware.net/webtrend...ersoftware.htm

Ray at work

"WD" <no*****@noemail.com> wrote in message
news:3f***********************@mercury.nildram.net ...
Hi

I am wanting to use ASP to read the IIS log files on our web server. Can anyone help?

Thanks

WD



Jul 19 '05 #3
It's component really....why reinvent the wheel.....
--
----------------------------------------------------------
Curt Christianson (Software_AT_Darkfalz.Com)
Owner/Lead Designer, DF-Software
http://www.Darkfalz.com
---------------------------------------------------------
...Offering free scripts & code snippits for everyone...
---------------------------------------------------------

"WD" <no*****@noemail.com> wrote in message
news:3f***********************@mercury.nildram.net ...
yes webtrends is the best but costs too much. is analog done in asp? i am
after a asp version of some log files access.

"Curt_C [MVP]" <Software_AT_Darkfalz.com> wrote in message
news:Oy**************@TK2MSFTNGP11.phx.gbl...
I'm a big fan of Analog 5.x myself
www.Analog.cx
--
----------------------------------------------------------
Curt Christianson (Software_AT_Darkfalz.Com)
Owner/Lead Designer, DF-Software
http://www.Darkfalz.com
---------------------------------------------------------
..Offering free scripts & code snippits for everyone...
---------------------------------------------------------

"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:##**************@tk2msftngp13.phx.gbl...
You could use the FSO and parse the log files yourself, or you can use
something like Web Trends or Urchin to do it for you. Web Trends is my webmaster's tool of choice.
http://www.sohosoftware.net/webtrend...ersoftware.htm

Ray at work

"WD" <no*****@noemail.com> wrote in message
news:3f***********************@mercury.nildram.net ...
> Hi
>
> I am wanting to use ASP to read the IIS log files on our web server. Can > anyone help?
>
> Thanks
>
> WD
>
>



Jul 19 '05 #4
WD
Cause I want to do some custom stuff. Do you know of any stuff done using
ASP?

"Curt_C [MVP]" <Software_AT_Darkfalz.com> wrote in message
news:uu**************@TK2MSFTNGP11.phx.gbl...
It's component really....why reinvent the wheel.....
--
----------------------------------------------------------
Curt Christianson (Software_AT_Darkfalz.Com)
Owner/Lead Designer, DF-Software
http://www.Darkfalz.com
---------------------------------------------------------
..Offering free scripts & code snippits for everyone...
---------------------------------------------------------

"WD" <no*****@noemail.com> wrote in message
news:3f***********************@mercury.nildram.net ...
yes webtrends is the best but costs too much. is analog done in asp? i am
after a asp version of some log files access.

"Curt_C [MVP]" <Software_AT_Darkfalz.com> wrote in message
news:Oy**************@TK2MSFTNGP11.phx.gbl...
I'm a big fan of Analog 5.x myself
www.Analog.cx
--
----------------------------------------------------------
Curt Christianson (Software_AT_Darkfalz.Com)
Owner/Lead Designer, DF-Software
http://www.Darkfalz.com
---------------------------------------------------------
..Offering free scripts & code snippits for everyone...
---------------------------------------------------------

"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message news:##**************@tk2msftngp13.phx.gbl...
> You could use the FSO and parse the log files yourself, or you can use > something like Web Trends or Urchin to do it for you. Web Trends is my > webmaster's tool of choice.
> http://www.sohosoftware.net/webtrend...ersoftware.htm
>
> Ray at work
>
> "WD" <no*****@noemail.com> wrote in message
> news:3f***********************@mercury.nildram.net ...
> > Hi
> >
> > I am wanting to use ASP to read the IIS log files on our web

server. Can
> > anyone help?
> >
> > Thanks
> >
> > WD
> >
> >
>
>



Jul 19 '05 #5
WD
can i just read the log files using asp?
"Chris Barber" <ch***@blue-canoe.co.uk.NOSPAM> wrote in message
news:eG**************@TK2MSFTNGP11.phx.gbl...
Change the logging to go to a DSN (eg. to SQL Server) and then just do
standard ADO database access to read and use the logs? Not sure how this
might impact a heavily loaded site? But .. I suppose it's gotta log
somewhere so it may as well be a database (if the indexes are set
correctly).
NB: If you wanna create a unique incrementing ID field for the log then
place it at the end of the table so that the DSN write from IIS doesn't
break (I think it uses field indexes as opposed to names for some reason but I'm not 100% sure on that yet).

Chris.

"WD" <no*****@noemail.com> wrote in message
news:3f***********************@mercury.nildram.net ...
yes webtrends is the best but costs too much. is analog done in asp? i am
after a asp version of some log files access.

"Curt_C [MVP]" <Software_AT_Darkfalz.com> wrote in message
news:Oy**************@TK2MSFTNGP11.phx.gbl...
I'm a big fan of Analog 5.x myself
www.Analog.cx
--
----------------------------------------------------------
Curt Christianson (Software_AT_Darkfalz.Com)
Owner/Lead Designer, DF-Software
http://www.Darkfalz.com
---------------------------------------------------------
..Offering free scripts & code snippits for everyone...
---------------------------------------------------------

"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:##**************@tk2msftngp13.phx.gbl...
You could use the FSO and parse the log files yourself, or you can use
something like Web Trends or Urchin to do it for you. Web Trends is my webmaster's tool of choice.
http://www.sohosoftware.net/webtrend...ersoftware.htm

Ray at work

"WD" <no*****@noemail.com> wrote in message
news:3f***********************@mercury.nildram.net ...
> Hi
>
> I am wanting to use ASP to read the IIS log files on our web server. Can > anyone help?
>
> Thanks
>
> WD
>
>



Jul 19 '05 #6
You could use the FSO and parse the log files yourself

Ray at home

--
Will trade ASP help for SQL Server help
"WD" <no*****@noemail.com> wrote in message
news:3f***********************@mercury.nildram.net ...
can i just read the log files using asp?

Jul 19 '05 #7
Analog is Perl, code is provided.

Jeff

On Thu, 24 Jul 2003 23:21:14 +0100, "WD" <no*****@noemail.com> wrote:
yes webtrends is the best but costs too much. is analog done in asp? i am
after a asp version of some log files access.

"Curt_C [MVP]" <Software_AT_Darkfalz.com> wrote in message
news:Oy**************@TK2MSFTNGP11.phx.gbl...
I'm a big fan of Analog 5.x myself
www.Analog.cx
--
----------------------------------------------------------
Curt Christianson (Software_AT_Darkfalz.Com)
Owner/Lead Designer, DF-Software
http://www.Darkfalz.com
---------------------------------------------------------
..Offering free scripts & code snippits for everyone...
---------------------------------------------------------

"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:##**************@tk2msftngp13.phx.gbl...
> You could use the FSO and parse the log files yourself, or you can use
> something like Web Trends or Urchin to do it for you. Web Trends is my
> webmaster's tool of choice.
> http://www.sohosoftware.net/webtrend...ersoftware.htm
>
> Ray at work
>
> "WD" <no*****@noemail.com> wrote in message
> news:3f***********************@mercury.nildram.net ...
> > Hi
> >
> > I am wanting to use ASP to read the IIS log files on our web server.Can > > anyone help?
> >
> > Thanks
> >
> > WD
> >
> >
>
>



Jul 19 '05 #8

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

Similar topics

11
by: Sebastian Krause | last post by:
Hello, I tried to read in some large ascii files (200MB-2GB) in Python using scipy.io.read_array, but it did not work as I expected. The whole idea was to find a fast Python routine to read in...
2
by: Andrea Bauer | last post by:
Hallo, wie kann ich so eine Datei unter .Net schreiben C++ oder C#. Bitte mit Funktionsaufrufen. Vielen Dank. Grüße Andrea <Product> <ProgramNumber>2</ProgramNumber>
4
by: who be dat? | last post by:
I feel stupid for asking this but I can't figure this out. I've got some text files I want my website to read. The text files are located in a subdirectory of my application. Physically, the...
8
by: Zephyre | last post by:
I have some UTF-8 text files written in Chinese to be read. Now the only method that I know to read text from it is to use fopen() function. Thus, I must read the contents byte by byte, change the...
3
by: nicolasg | last post by:
Hi, I'm trying to open a file (any file) in binary mode and save it inside a new text file. After that I want to read the source from the text file and save it back to the disk with its...
7
by: Tracks | last post by:
I have old legacy code from vb5 where data was written to a file with a variant declaration (this was actually a coding error?)... in vb5 the code was: Dim thisdata as integer Dim thatdata...
6
by: =?Utf-8?B?VGhvbWFzWg==?= | last post by:
Hi, Is it possible to read a file in reverse and only get the last 100 bytes in the file without reading the whole file from the begining? I have to get info from files that are in the last 100...
11
by: John Nagle | last post by:
I'm looking for something that can read .MDB files, the format Microsoft Access uses, from Python. I need to do this on Linux, without using Microsoft tools. I just need to read the files once,...
2
by: Kevin Ar18 | last post by:
I posted this on the forum, but nobody seems to know the solution: http://python-forum.org/py/viewtopic.php?t=5230 I have a zip file that is several GB in size, and one of the files inside of it...
3
by: maneshborase | last post by:
Hi friends, I am facing one serious problem in my application. I am trying to open dicom image file (.dcm) has size around 400 MB. But I am getting and unhandy exceptions, Some time, ...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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...
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.