I am trying to read the contents of IIS logfiles using C#, but I do not know how to find where they are. The physical location on my PC is C:\inetpub\logs\LogFiles\W3SVC1. In my software I am using: string serverName = "localhost" ; DirectoryEntry W3SVC = new DirectoryEntry ( "IIS://"...