How to Read IIS Server Logs

Internet Information Service (IIS) is the main hosting application for Microsoft Windows web hosts. IIS records activity into plain text log files for administrators to monitor the activity on the server. There are several columns listed in the log files, and reading them only uses a simple text reader like Notepad. The files are saved in a configured directory through IIS.

Instructions

    • 1

      Click the Windows "Start" button and select "Settings." Choose "Control Panel" from the menu.

    • 2

      Double-click "Administrative Tool" from the list of icons in Control Panel. Double-click "Internet Information Service" to open the IIS console.

    • 3

      Right-click the web server name in IIS and select "Properties." Click the "General" tab. In this tab, the location of the IIS files is listed. For example, the log files are normally configured to be located at "C:\Windows\System32\LogFiles."

    • 4

      Close the IIS console and navigate to the directory shown in the tab. In the folder, there is a list of files with the extension ".log." These files are plain text and opening them uses Notepad.

    • 5

      Read the file format. The log file has a specific column and order. The following list is the columns saved in each log file. All of these columns may not be visible. Any of these columns depend on the configuration of your IIS server: Client IP address, User name, Date, Time, Service and instance, Server name, Server IP address, Time taken, Client bytes sent, Server bytes sent, Service status code (200 means a successful request), Windows status code (0 indicates success), Request type, and Target of operation.

    • 6

      Evaluate sample data from a simple IIS configuration. The following is an example of an IIS server log setup to host ASP pages:
      #Date: 2009-05-11 00:00:00
      #Fields: time c-ip cs-method cs-uri-stem sc-status
      00:00:36 192.168.1.96 GET /rss/rss.aspx 404
      The first line is the date the file was saved. The second line tells you what data is saved and the column name.
      00:00:36 - the time the page was accessed. This time corresponds with 12:36am.
      192.168.1.96 - this is the IP address that accessed the file.
      GET - the type of call to the server. Regularly accessed pages are usually GET. POST is the other method used when users submit forms.
      /rss/rss.aspx - the file that was accessed.
      404 - the status code. 404 means the file is missing. 200 is the success code.

Related Searches:

References

Comments

You May Also Like

  • How to Install the IIS 6 Management Compatibility

    Microsoft's Internet Information Services (IIS) software allows nearly any Windows-based computer to act as a Web server. It supports the serving of...

  • How to Read an IIS Log

    Internet Information Services (IIS) is a Web server developed by Microsoft for the Windows operating system. Extensible and regularly updated, the IIS...

  • How to Read an IIS Log File

    The IIS log file is a text file that contains records of a specific set of information. It is separated by commas,...

  • What Are IIS Log Files?

    With the growth in Internet technology, web servers for hosting web pages have become more advanced and allow logging for the tracking...

  • How to Read an IIS Log File in 2003 Exchange

    The Microsoft Exchange 2003 software works directly with the Internet Information Services protocol to distribute Exchange features to networked users. After ...

  • How to Compress IIS Log Files

    Short for Internet Information Services, Microsoft IIS is a collection of software modules and extensions that allow nearly any computer running the...

  • How to See an IIS Log

    Internet Information Services (IIS) logs provide incoming traffic addresses, and help you evaluate the type of traffic a site is generating. The...

  • How to Merge IIS Log Files

    Microsoft's Internet Information Services (IIS) Web server produces log files, which list information about Web server requests and file downloads, including their...

  • How to View an IIS Log File

    IIS, which is short for Internet information server, is an Internet server that helps with the speed of the Internet connection by...

  • How to Delete an IIS Log File

    Your Internet Information Services (IIS) server provides you with a Microsoft web host where you can host .NET web pages. .NET is...

  • How to Check IIS Version

    Internet Information Services (IIS) is a hosting service provided by Microsoft with the company's server operating systems. It hosts website applications, provides...

  • How to Configure an IIS Log

    Comments. You May Also Like. How to Read IIS Server Logs. Internet Information Service (IIS) is the main hosting application for Microsoft...

  • How to Read Last Log File From Solaris

    Solaris is one of the more secure operating systems, but also one of the easiest to monitor. Sometimes, it is important to...

  • How to Read Email on Server

    Unless you host your own email server, which is unlikely, your email is stored at a remote mail server. A mail server...

  • How to Analyze an IIS Log

    Log files for an IIS server are the key source of information for managing the websites hosted on the server. The log...

  • How to Clean an IIS Log

    Cleaning or clearing the Internet Information Services (IIS) log is an easy task, but some administrators run into an obstacle when trying...

  • How to Draft a Privilege Log

    Many legal professionals and laypersons alike are unaware that there is virtually no mention of a "privilege log" in federal and state...

  • How to Delete Files From the Windows 2003 Installer Folder

    Windows Server 2003 is a version of Windows specially designed for network IT professionals and system administrators. The "Installer" folder contains all...

  • How to Build a Website Server

    A website server will give you an added advantage of allowing others to browse to your specific area on the World Wide...

Related Ads

Featured