How to set up stats for web site in IIS http://www.howtogeek.com/50526/setting-up-awstats-on-windows-server-and-iis/
Category: IIS
IIS error
http://www.iis.net/learn/manage/configuring-security/application-pool-identities
Installing and Enabling IIS and FTP on Windows Server 2012
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…