Windows IT Pro is the authoritative and independent resource for windows nt, windows 2000, windows 2003, windows xp. Features a collection of resources and magazines for windows IT professionals.
  
  
  Advanced Search 


June 26, 2008

Configuring IIS 7.0 from the Command Line

RSS
Subscribe to Windows IT Pro | See More Security Articles Here | Reprints | Or get the Monthly Online Pass—only $5.95 a month!

Q: Is there an easy way to configure Microsoft IIS 7.0 Web server (i.e., the Web server that runs on Windows Server 2008 and Windows Vista) authentication settings from the command line? For example, I would like to enable/disable anonymous access to my Web server from the command line.

 

A: In IIS 7.0, you can leverage the Appcmd.exe command-line utility to configure Web server authentication settings from the command line. For example, to disable anonymous access at the IIS root level from the command line, you would use the following Appcmd command:

 

appcmd set config -section:anonymousAuthentication -enabled:false

 

To do the same for your IIS server’s default Web site, use the command

 

appcmd set config "Default Web Site/" -section:anonymousAuthentication -enabled:false

 

The anonymousAuthentication parameter in the previous commands corresponds to an IIS configuration setting (hence the use of the config parameter in the previous commands) that's stored in one of the IIS 7.0 XML-formatted configuration files. (Note that these files replace the IIS metabase, which is the configuration database that's used in earlier IIS versions.) The IIS 7.0 configuration files are called applicationHost.config, which is the global IIS Web server configuration file, and web.config at the different application/Web site levels in the IIS 7.0 application/Web site hierarchy. A good overview of the IIS 7.0 configuration files is available at http://mvolo.com/blogs/serverside/archive/2007/07/21/Anatomy-of-an-IIS7-configuration-path.aspx.

     

The Appcmd.exe tool is located in the %systemroot%\system32\inetsrv\ directory. Because this file system location isn't automatically part of a Server 2008 or Vista system’s PATH environment variable, you must use the full path to Appcmd.exe when executing Appcmd commands. You can also manually add the inetsrv directory to your machine’s PATH environment variable so that you can access AppCmd.exe from any file system location. A good introduction to the Appcmd.exe command-line utility is available at http://www.iis.net/articles/view.aspx/IIS7/Use-IIS7-Administration-Tools/Using-the-Command-Line/Getting-Started-with-AppCmd-exe and http://go.microsoft.com/fwlink/?LinkId=60957.

 

End of Article



Reader Comments

You must log on before posting a comment.

If you don't have a username & password, please register now.




Top Viewed ArticlesView all articles
Microsoft Kills OneCare, Will Launch Free Security Solution

Microsoft on Tuesday announced that it would retire its $50-a-year security subscription product, Windows Live OneCare, and replace it with a free solution codenamed "Morro." Unlike OneCare, however, Morro will focus only on core anti-malware features and ...

The website is down because someone removed the X-Box

What happens when a manager mistakes a server for a games console. ...

Command Prompt Tricks

One reader shares his tip for setting up the command prompt to reflect a remote path. ...


Security Whitepapers The Impact of Messaging and Web Threats

Why SaaS is the Right Solution for Log Management

Protecting (You and) Your Data with Exchange Server 2007

Related Events Check out our list of Free Email Newsletters!

Security eBooks Spam Fighting and Email Security for the 21st Century

Understanding and Leveraging Code Signing Technologies

A Guide to Windows Certification and Public Keys

Related Security Resources Become a VIP member of the Windows IT Pro community!
Get it all with the VIP CD and VIP access. A $500+ value for only $279!

Subscribe to Windows IT Pro!
Solve your toughest technical problems with our experts and access 10,000 + articles online. 30% off

Monthly Online Pass - Only $5.95!
Get instant access to 10,000+ articles from Windows IT Pro Magazine!

TechNet Virtual Labs
Evaluate and test Microsoft's newest products.


Windows IT Pro Home Register FAQ for Windows WinInfo News
Europe Edition About Us Contact Us/Customer Service Media Kit Affiliates / Licensing  
SQL Server Magazine Office & SharePoint Pro Windows Dev Pro IT Job Hound ITTV
IT Library Technology Resource Directory Connected Home Windows Excavator Windows SuperSite 
 
 Windows IT Pro is a Division of Penton Media Inc.
 Copyright © 2008 Penton Media, Inc., All rights reserved. Terms and Use | Privacy Statement | Reprints and Licensing