How to set up stats for web site in IIS
http://www.howtogeek.com/50526/setting-up-awstats-on-windows-server-and-iis/
Linux, Windows, Software Tips, Articles and Hacks
How to set up stats for web site in IIS
http://www.howtogeek.com/50526/setting-up-awstats-on-windows-server-and-iis/
http://www.iis.net/learn/manage/configuring-security/application-pool-identities
To install the role using PowerShell, use these steps. PowerShell must be run using Administrator rights. Installing IIS and all subfeatures can be run in 2 commands:
Import-module servermanager Add-windowsfeature web-server –includeallsubfeature
To install the role using Server Manager, follow these steps: