Click to Rate and Give Feedback
TechNet
TechNet Library
Windows
Windows Server
Web Server (IIS)
Appcmd.exe
 Start Appcmd.exe (IIS 7)

  Switch on low bandwidth view
Start Appcmd.exe (IIS 7)

Applies To: Windows 7, Windows Server 2008, Windows Server 2008 R2, Windows Vista

Open Appcmd.exe if you want to configure IIS 7 settings by using a command-shell window. Appcmd.exe resides in the %windir%\system32\inetsrv directory, which is available only to the Administrator account or to users who are members of the Administrators group on the computer. In addition, members of the Administrators group must start Appcmd.exe with elevated permissions to view and change settings in the server-level configuration files: Machine.config, the root Web.config file (in the .NET Framework directory), and in ApplicationHost.config. Users who view or change Web.config files in site or application directories must have access to read and write to files in those directories.

noteNote
If you are running 64-bit Windows, use Appcmd.exe from the LocalDrive\system32\inetsrv directory, not the LocalDrive\syswow64\inetsrv directory.

To start Appcmd.exe
  1. Click Start, and then click All Programs.

  2. Click Accessories, and then click Command Prompt.

  3. At the Command Prompt, type cd %windir%\system32\inetsrv, and then press ENTER.

noteNote
If you are logged onto the computer by using the Administrator account, you can double-click Appcmd.exe.

See Also

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
to start appcmd.exe      Cem Albayrak ... Thomas Lee   |   Edit   |   Show History
You cannot start a command line tool like appcmd.exe with browsing it from windows explorer.


The correct steps for star appcmd.exe like this:
1. Start\run and type cmd.exe (or start\run PowerShell)
2. Type cd c:\windows\system32\inetsrv (assuming you have installed Windows to c:\windows).
3. Type appcmd.exe for see the help or begin to use.
Tags What's this?: Add a tag
Flag as ContentBug
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker