Sep 12, 2008
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...
2 comments
Filed under: IIS7, ASP.NET, IIS, troubleshooting, development, AppCmd
Aug 01, 2008
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...
2 comments
Filed under: IIS7, IIS, troubleshooting, AppCmd, Tools
Oct 31, 2007
The IIS 7 configuration system contains 50+ configuration sections (100+ if you count .NET Framework configuration), 477 attributes, and 57 collections. This can make it pretty challenging to figure out exactly what IIS 7 configuration section needs to...
3 comments
Filed under: IIS7, AppCmd, Configuration
Oct 05, 2007
IIS7 provides quite a few ways to create websites, applications, and application pools. You can use the GUI, but what if you need to create 10, 100, or even 10,000 websites? Read about the fastest way to create IIS7 websites in bulk at http://mvolo.com...
0 comments
Filed under: IIS7, AppCmd, Configuration
Jul 21, 2007
If you have worked with IIS6 and previous versions of IIS, you are most likely familiar with the IIS metabase paths. You know, the ones that look like LM/W3SVC/1/ROOT . These metabase paths serve as a mechanism to identify a part of the IIS website hierarchy...
0 comments
Filed under: IIS7, IIS News Item, AppCmd, Configuration
Jul 12, 2007
In the course of IIS7 development, the team and I have answered an infinity of questions about IIS7 on any possible topic imaginable. Ironically, neither I nor anyone else I know on the team has ever answered the most basic question - what is the minimum...
3 comments
Filed under: IIS7, IIS News Item, AppCmd
Mar 18, 2007
Welcome to the first post of the "Most Important AppCmd Commands" series . Have you ever made some changes to a system's state, and then after everything suddenly stopped working, wondered how the hell you are going to get back to a working state? Well...
0 comments
Filed under: IIS7, IIS News Item, AppCmd
Mar 18, 2007
Usually, a day doesnt go by that I dont get a collegue or a partner team in Microsoft asking how to do something or other about AppCmd.exe, the unified command line management tool for the IIS7 server. For a while, I've been thinking about blogging about...
0 comments
Filed under: IIS7, AppCmd