O/S: Windows Server 2003. IIS 6.0. There is no SQL-Server.
I'm looking for filtering all events that have this Exception message: "Connection request timed out". Would it be possible?
O/S: Windows Server 2003. IIS 6.0. There is no SQL-Server.
I'm looking for filtering all events that have this Exception message: "Connection request timed out". Would it be possible?
Heres my powershell one-liner.
This will output a table with the the Date and Time of each occurrence on the error.
Not natively in 2003, but with some scripting it can be done.
Natively, you're restricted to the filter categories in the screenshot (right click the Event Log in question,
View -> Filter...
), but with a script you can basically copy out only the events containing certain text to a.evt
(Event Log) file and open that up.