Just to start with, I would like to advise I am VERY new to IIS so apologies for any obvious questions in advance.
I have done some research around this topic and my findings have been inconclusive.
Here is my scenario;
I am currently running IIS 6 on a server I am remoting onto which is hosting around 20 sites.
I have identified that I can browser through errors that occur on the different web applications using the Event Viewer.
My current issue with this is that there seems to be no way to filter out the event logs on a "per application" basis and they are instead appearing randomly depending on the time they occur. There is also a mix of ASP.NET web Event, IIS-W3SVC-WP warnings etc.
To identify which warning is assigned to which application, I have to right click on the error, go to "event properties" and to "Application Path" that will have, for example, the path of my "HotelBookingSystem". The Application path of this will be "D:inetpub\wwwroot\HotelBookingSystem."
My question is, is there way to sort the event logs per application? What I would ideally like to do is filter all the results by "Application Path".
I have installed Microsoft's Log Parser Studios so believe there may be a way to run a query using that but my knowledge of SQL is not at a level to attempt to create such a query.
Any assistance would be much appreciated.