Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
1k views

What are your favorite LogParser Scripts?

What are you favorite LogParser 2.2 Scripts to run against IIS logs and Event logs? I am putting a list of scripts together to run against our production environment to proactively look for issues ...
3
votes
1answer
380 views

What does each sc-win32-status code indicate?

In my IIS log I see many instances of sc-bytes=0. The time-taken for these entries are generally higher than average. I can see various values of sc-win32-status like 64, 22, 121, 1236 etc. Most of ...
3
votes
8answers
2k views

Looking for real-time web server analytics package

I am the programmer for the Education department at a county hospital. I would like to be able to see some real-time stats on an IIS6 web server that is only accessible in-house. I'm looking for ...
2
votes
1answer
318 views

ASP.NET cached aspx page & IIS logs

Is there any way to find out if ASP.Net runtime has served a cached copy of ASPX page or actually went through the page life cycle? Here is my problem: I'm seeing many entries in my IIS log files ...
1
vote
2answers
382 views

No querystring logged in IIS log on “A potentially dangerous Request.QueryString value detected”

I'm intermittently seeing this exception being thrown: A potentially dangerous Request.QueryString value detected However when I look in the IIS logs I can see that the request that failed has ...
1
vote
1answer
160 views

GMAIL rss don't see tag description.How to see Request headers of my iis 5 website

Hi i create my rss feed 217.76.185.140/18.rss asp.net server If i add to webclip (gmail) rss http://www.brainyquote.com/link/quotebr.rss it works fine (See up of the inbox there are rss feed) But my ...
1
vote
2answers
358 views

Safe to Run LogParser Against Live Production IIS Log?

Is it safe to run LogParser against our live production IIS log file? Currently, I have been copying it over to another location and then running LogParser 2.2 against the log file. Instead, I would ...
0
votes
0answers
29 views

Log parser not treating “” as one field

Im trying to parse an IIS log file using LogParser 2.2, however im having a problem when it comes to the user agent because it sees the spaces in the following user agent and thinks it's a new ...
0
votes
0answers
43 views

what logparser queries should I write for IIS Logs to check on how often a link on our website is used?

I am new to logparser. I have been asked to research on how often a link on our website is used, can someone help me write some query commands that I should run against our IIS Logs for this? I have ...
0
votes
0answers
138 views

ASP.NET forms authentication IIS log file shows POST and GETx2 for a POST request

If a do a login form POST request (with a redirect URL) from my ASP.NET web app client and then look at the IIS logs then I see the POST request but I also see a couple of GETS relating to the ...
0
votes
1answer
171 views

capture/trace custom request header - iis

I would like to capture URL requested and its sequence. And also like to know resources (.JS,.CSS and images) requested for each page. one option is to use IIS logs. but here i am not able to bind ...