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