I have IIS log files, I need to findout the errors generated by the asp.net web application which are hosted by IIS 7.
I used Log parser to paarse IIS log files, but I want to find errors such as timeout errors ,session errors and other 500x errors occured in the web application hosted in the server, only by analysing IIS logs.
I'm puzzled about which feild in IIS logs i need to look upon ? I have only IIS log files and no access to Event viewer.
What are the necessary feild i can parse in IIS logs to indicate that the application has undergone some error due to heavy load,or server is taking too long to respond?
How can i use 'timetaken' or any other feild in feild in IIS logs to say that the web application is lagging inperformance and prone to errors by analysing the previous IIS log files.
I'm a newbie to this.Pls help.