Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > ASP to read the IIS log files

Reply
Thread Tools

ASP to read the IIS log files

 
 
WD
Guest
Posts: n/a
 
      07-24-2003
Hi

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

Thanks

WD


 
Reply With Quote
 
 
 
 
WD
Guest
Posts: n/a
 
      07-24-2003
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:...
> 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:##Qyc$...
> > 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" <> wrote in message
> > news:3f201db4$0$45169$ ...
> > > Hi
> > >
> > > I am wanting to use ASP to read the IIS log files on our web server.

Can
> > > anyone help?
> > >
> > > Thanks
> > >
> > > WD
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
 
 
 
WD
Guest
Posts: n/a
 
      07-24-2003
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:...
> 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" <> wrote in message
> news:3f205b0d$0$45169$ ...
> > 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:...
> > > 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:##Qyc$...
> > > > 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" <> wrote in message
> > > > news:3f201db4$0$45169$ ...
> > > > > Hi
> > > > >
> > > > > I am wanting to use ASP to read the IIS log files on our web

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

> >
> >

>
>



 
Reply With Quote
 
WD
Guest
Posts: n/a
 
      07-25-2003
can i just read the log files using asp?


"Chris Barber" <> wrote in message
news:...
> 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" <> wrote in message
> news:3f205b0d$0$45169$ ...
> 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:...
> > 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:##Qyc$...
> > > 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" <> wrote in message
> > > news:3f201db4$0$45169$ ...
> > > > Hi
> > > >
> > > > I am wanting to use ASP to read the IIS log files on our web server.

> Can
> > > > anyone help?
> > > >
> > > > Thanks
> > > >
> > > > WD
> > > >
> > > >
> > >
> > >

> >
> >

>
>
>



 
Reply With Quote
 
Ray at
Guest
Posts: n/a
 
      07-25-2003
You could use the FSO and parse the log files yourself

Ray at home

--
Will trade ASP help for SQL Server help


"WD" <> wrote in message
news:3f207f30$0$45170$ ...
> can i just read the log files using asp?
>
>



 
Reply With Quote
 
Jeff Cochran
Guest
Posts: n/a
 
      07-25-2003
Analog is Perl, code is provided.

Jeff

On Thu, 24 Jul 2003 23:21:14 +0100, "WD" <> 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:...
>> 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:##Qyc$...
>> > 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" <> wrote in message
>> > news:3f201db4$0$45169$ ...
>> > > Hi
>> > >
>> > > I am wanting to use ASP to read the IIS log files on our web server.

>Can
>> > > anyone help?
>> > >
>> > > Thanks
>> > >
>> > > WD
>> > >
>> > >
>> >
>> >

>>
>>

>


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP Problem: "IIS log failed to write entry" in Event Log cherryparadise001@gmail.com ASP General 0 05-26-2006 01:52 AM
My.Log.WriteException not writing to Event Log with ASP.Net 2.0 Tom Wingert ASP .Net Web Services 0 01-12-2006 06:46 PM
Urgent Pls: Facing problem in reading Log information from Log file, created by IIS Amratash ASP .Net 0 04-13-2004 09:08 AM
Need help on the Permissions needed to log to Event Log from ASP.NET? Henrik_the_boss ASP .Net 0 11-05-2003 10:14 AM
IIS ASP Tutorial Example DisplayAds.asp damages irreversibly IIS! Guennadi V. Vanine ASP General 0 08-21-2003 07:11 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57