If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > ASP page to grab data from an IIS log and display it in web page

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-11-08, 01:00
rjaric rjaric is offline
Registered User
 
Join Date: Nov 2008
Posts: 10
ASP page to grab data from an IIS log and display it in web page

Need assistance to configure an ASP page to grab data from an IIS log.

I'd like to ignore the GET requests and grab some data from the POST's & display it in the ASP page to be viewed by the browser.

Would like to be able to show the following for each POST:
Time, Date, UserAgent and X-WAP Profile.

Only want to show the data from the last 5 POST's if that's possible.

Any help much appreciated.
Thanks
Rob
Reply With Quote
  #2 (permalink)  
Old 11-25-08, 20:31
Bullschmidt Bullschmidt is offline
Guru
 
Join Date: Jun 2003
Location: USA
Posts: 1,032
Hopefully this might give you some clues to get started down the right path of reading the file line by line:

Could I get some help working with files using FileSystemObject?
http://classicasp.aspfaq.com/files/d...temobject.html
__________________
J. Paul Schmidt, Freelance Web and Database Developer
www.Bullschmidt.com
Access Database Sample, Web Database Sample, ASP Design Tips
Reply With Quote
  #3 (permalink)  
Old 11-26-08, 18:17
rjaric rjaric is offline
Registered User
 
Join Date: Nov 2008
Posts: 10
Great Resource

Thanks BullSchimdt (nice name )

Cheers
Rob
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On