Tagged Questions
1
vote
1answer
112 views
Get the SessionID in IIS7 LogParser Query on Site Using SSL
Anyone know how to obtain the SessionID/ASPNET_SESSIONID using a LogParser query? FYI, the site I'm querying uses SSL. Currently, my query is
SELECT * FROM 'C:\inetpub\logs\LogFiles\W3SVC6\*.log'
...
1
vote
1answer
324 views
Why does a pdf file download result in varying bytes logged, all with sc-status 200
I have a mojoportal CMS installation on an IIS7 server where users are reporting problems downloading a pdf file. It always downloads fine for me and most others, either displaying in browser or in ...
2
votes
1answer
290 views
LogParser: Find all log rows where session cookie = the session cookie found in a row that had an error
Looking for examples of integrating LP into this workflow:
A SQL server event indicates IIS
tossed an error.
SQL parses the body of the error
message and generates an LP
commandline that queries ...