IIS Team Blogs Tagged with "appcmd" (RSS)

New features in configuration system and appcmd in IIS 7.5

Following new features have been added to IIS configuration system and appcmd command line tool in IIS 7.5. Configuration System 1. Configuration system tracing and logging In IIS 7.5, IIS native configuration system can generate trace events capturing...

Use AppCMD to change Request Filtering extensions

Go to Inetmgr > ServerName > Request Filtering > Filename extensions. You can see all blocked extensions. Open a command prompt and type 'To allow c:\windows\system32\inetsrv\appcmd set config /section:system.webServer/security/requestFiltering...

How To: AppCMD in IIS 7 - An Introduction

AppCMD is the main command line utility for managing IIS 7 within Windows Vista and Windows Sever 2008...I have felt navigating through AppCMD is easier than ADSUTIL.vbs (its predecessor) but here's an entry nevertheless for the beginners. Below are a...

When to restart IIS when making changes to your application

Knowing when to restart IIS to pick up various types of changes to your application has traditionally been a challenge. IIS and ASP.NET are both stateful software systems, which heavily rely on cached state that is loaded once to provide high performance...

Trace IIS 7.0 Errors Like a Pro with Failed Request Tracing

When dealing with hard to find IIS 7.0 errors, I break out the trusty Failed Request Tracing. My favorite way of doing this is through the command line...( read more ) Read More...

How to configure SSL on IIS7 under Windows 2008 Server Core

Due to the popularity of Windows 2008 Server Core I have seen frequently questions about how to configure SSL on IIS7 with only command-line. Since I wandered that path few months back I thought of putting this article/guide together. http://www.awesomeideas...

IISRESET light

Note: This blog entry used to be on my old blog. I'm about to shut it down so I thought I replicate some of the content here. Many IIS customers use IISRESET to get IIS back into a vanilla state. IISRESET is a pretty heavy hammer however and not needed...

Hosting Übersites: IIS7 Support for International Domain Names (IDN)

Let's suppose you are German, you developed an extremely cool web-site and now you want to make it available to your German Bier buddies. The only really fetzig site name you could come up with contains one of these nasty German umlauts: übersite.de ...

1 2 3  Next »

Related Tags

Microsoft Communities