March 2008
Intermediate to advanced
816 pages
24h 25m
English
Appcmd.exe is located in the %SystemRoot%\System32\Inetsrv directory. Because this directory is not part of the PATH environment variable by default, you will need to either add it to the PATH or always use the full path to the command to be able to run Appcmd commands. For example, when using the latter, you can always run Appcmd as follows.
%systemroot%\system32\inetsrv\Appcmd list sites
In the commands in the rest of this chapter, we will omit the full path when showing Appcmd commands, assuming that you have either added the Inetsrv directory to the PATH environment variable or will manually add the full path to each command.
To run Appcmd.exe, you will need to either add the Inetsrv directory to the PATH environment ...
Read now
Unlock full access