IIS Server and Access Logging Setup

IIS Server and Access Logging Setup

IIS Server Setup

  1. Open Server Manager from Start menu.

img

  1. Select "Add roles and features" on Server Manager Dashboard.

img

  1. A wizard will open, click on next.

img

  1. Click on next.

img

  1. Again, click on next.

img

  1. Select "Web Server(IIS)" in Server Roles.

img

  1. Click on "Add Features"

img

  1. Click on next.

img

  1. Click on next.

img

  1. In Role Services, select all features under "Common HTTP features", "Health and Diagnostics" and "Performance".

img

  1. Install.

img

  1. Wait for installation to complete.

img

  1. After Installation, close the wizard.

img

  1. Navigate to Server Manager Dashboard, IIS Web Server is installed and can be seen in the left pane.

img

Starting Performance Counters

  1. Click on IIS. Your server will be listed under "SERVERS".

img

  1. Right click on your server, and select "Start Performance Counters".

img

IIS Access Logging Setup

  1. Right click on your server again, and select "Internet Information Services(IIS)".

img

  1. Navigate to your web site in left pane, and select it.

img

  1. Double click on "Logging" Option.

img

  1. Click on "Select Fields…".

img

  1. Select all fields.

img

  1. After selecting all fields, click on "Ok".

img

  1. Click on "Apply" in the right pane under "Actions".

img

IIS Web server setup is complete with access logging.

Similar Resources

Very simple REST server written in Go.

Simple Web API written in Go For practice and learning sake. .env is a dummy file with no real credentials. Endpoints GET /books - get all books; GET

Oct 18, 2021

A simple RESTful server with golang

A simple RESTful server Setup local development environment cp develop.env .env docker-compose up -d docker-compose exec mysql mysql -u root --passwor

Oct 28, 2021

A basic example of a go web server with a react frontend

A basic example of a go web server with a react frontend

GO-React starter This is a basic example of a go web server with a react frontend. It uses the go fiber framework Getting started Running locally Clon

Nov 16, 2021

A URL shortening server with CLI client

Shorten A service and CLI client that receives a URL, returns a shortened URL then redirects on request. Setup Dependencies Go (1.17+) Postgres (14+)

Aug 9, 2022

Go gin server project

Go-gin-server-project simple server that is part of the project in "Topics in Pr

Dec 24, 2021

Configure instead of coding gin server!

tao-gin _______ _____ _ |__ __| / ____(_) | | __ _ ___ | | __ _ _ __ | |/ _` |/ _ \ | | |_ | |

Jan 10, 2022

Salmon - A music tracking web server

Salmon - A music tracking web server

Salmon is a music tracking server that connects with different sources to displa

Jan 19, 2022

Tts - A project takes advantage of a server to run compute some audio file from text you send it

Text to Speech Hey this project takes advantage of a server to run compute some

Jan 26, 2022

Dating-server - Go (Golang) API REST Template/Boilerplate with Gin Framework

go-rest-template Go (Golang) API REST Template/Boilerplate with Gin Framework 1.

Apr 3, 2022
Go kickstart is a simple repository that I'm managing to a have a fast setup for Go web application

Go kickstart is a simple repository that I'm managing to a have a fast setup for Go web application with my most common use cases using practices that I found useful and easy to maintain.

Jan 30, 2022
Store files in Telegram messages for free and access them from a modern Web UI

Telegram Storage Store files in Telegram messages for free and access them in a nice web UI. Telegram allows to store files (of max 2GB each) for a un

Jan 4, 2023
A quick and easy password protected web server for your files. httpfolder makes downloading/uploading files from your current working directory easy, even for fairly large files.

httpfolder A quick and easy password protected web server for your files. httpfolder makes downloading/uploading files from your current working direc

Sep 12, 2022
Server and bookmarklet to download files via youtube-dl directly from your browser
Server and bookmarklet to download files via youtube-dl directly from your browser

gropple A web service and bookmarklet to download videos with a single click. Pre-requisites a passing familiarity with the command line youtube-dl (p

Nov 12, 2022
Compose sample application Go server with an Nginx proxy and a Postgres database

Compose sample application Go server with an Nginx proxy and a Postgres database Project

Apr 7, 2022
REST server to build and install multicloud environments based on shared.configV2

builder A REST server to build and install multicloud environments based on shared.configV2 json For configuration, please see the Documentation Below

Nov 2, 2021
IP geolocation web server

freegeoip NOTE: as of April 2018 this repository is no longer active. Please visit https://github.com/apilayer/freegeoip/ for the current version. Thi

Dec 26, 2022
Plant environment data sensor aggregation / UI server.
Plant environment data sensor aggregation / UI server.

What? A pet project to design a simple garden sensor and custom server for aggregating data and providing a simple user interface. Nginx gateway for s

Dec 10, 2022
Go Server/API boilerplate using best practices DDD CQRS ES gRPC
Go Server/API boilerplate using best practices DDD CQRS ES gRPC

Go Server/API boilerplate using best practices DDD CQRS ES gRPC

Jan 6, 2023
An RRDtool api server that exports a subset of rrdtool commands over http(s).

rrdsrv An RRDtool api server that exports a subset of rrdtool commands over http(s). Be sure to checkout the grafana plugin. Demo video. Usage Usage o

Dec 7, 2022