I need to show the logs for one of the custom NT services running on my server in an asp page. I am using the EventLog object to read all the events in the WIN event viewer. How can I filter these events to list only that of my application. Is there any way i can filter it by source. I can probably retrieve the whole event list, loop thru it and selectively display what I need but is there any other way? Any thoughts,anyone?