Posts tagged with "IIS"

Internet Information Services (IIS, formerly Internet Information Server) is an extensible web server created by Microsoft for use with Windows NT family. IIS supports HTTP, HTTPS, FTP, FTPS, SMTP and NNTP. It has been an integral part of the Windows NT family since Windows NT 4.0, though it may be absent from some editions (e.g. Windows XP Home edition), and is not active by default.

C#: Parsing Apache / IIS log files (NCSA/W3C)

June 11, 2011 by Christoff Truter - 4 Comments

Webserver log files (e.g. NCSA/W3C) contain all kinds of useful data - amount of visitors to a website, how pages are performing/underperforming, bandwidth consumption, missing pages etc.

C#   IIS  

ASP.net (IIS): IE8 - Compatibility view

February 10, 2011 by Christoff Truter

How to set IE compatibility mode programmatically

ASP.NET   IIS  

C# - IIS: List Websites

December 16, 2010 by Christoff Truter - 10 Comments

How to list IIS websites using C#

C#   IIS  

ASP.net Tip: Session State Service

July 8, 2010 by Christoff Truter

How to setup an out of process session service

ASP.NET   IIS