@manhng

Welcome to my blog!

Config

June 10, 2019 16:22

Config (edit)

  • machine.config
  • web.config

For .NET Framework v1.1:

PATH: PATH: C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\CONFIG

For .NET Framework 2.0:

PATH: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG

For .NET 3.0 and 3.5:

PATH: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG

For .NET 4.0 and 4.5:

PATH: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\CONFIG

For .NET 4.6 and 4.7:

PATH: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\CONFIG

AppCmd

PATH: %systemroot%\system32\inetsrv\AppCmd.exe

https://docs.microsoft.com/en-us/iis/get-started/getting-started-with-iis/getting-started-with-appcmdexe

http://techgenix.com/configuring-iis-7-command-line-appcmdexe-part1/

Possibilities of the object type are:

  • Site – IIS virtual site
  • App – IIS application
  • Vdir – IIS virtual directory
  • Apppool – IIS application pool
  • Config – IIS general configuration
  • Backup – IIS server configuration backups (and the restore command is also available)
  • Wp – IIS worker processes
  • Request – active HTTP requests
  • Module – IIS server administration modules
  • Trace – IIS server trace logs

VIP

https://github.com/thangchung/

https://github.com/thiennn/

Categories

Recent posts