|
|
Browse by Tags
All Tags » AppCmd
-
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. They also recognize the downside of being stateful - having to refresh the state when ...
-
When you are working with the web server, dealing with errors is a fact of life. They creep in when applications change, when you deploy to a new server, make configuration changes, or add new functionality.The IIS 7.0 philosophy with respect to errors is that an error is better than something seemingly working in a way that you don’t ...
-
As many of you know, IIS 7.0 provides the ability to start and stop Web sites, and application pools. However, since previous releases, there has been much confusion as to what exactly happens when you do so. This post should clarify this and provide you with the tools you need to execute the tasks correctly.
1) Web ...
-
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 be used to turn on some particular behavior, and then exactly syntax the ...
-
IIS7 provides quite a few ways to create websites, applications, and application pools. The simplest way of course is to use the new GUI Administration tool, where your new website is always a few mouse-clicks away.But, what if you need to create 10, 100, or even 10,000 websites? Unless you own a farm of trained pigeons, using the GUI ...
-
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, or a url therein, for the purposes of read/writing their configuration ...
-
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 set of steps necessary to get a website running with IIS7? This post answers this ...
-
As much as I hate to re-post someone else's content, I've been real busy in the past few weeks and havent had a chance to post new stuff - and today I saw Kanwal's post on a very near and dear subject of mine: AppCmd command pipelining.
Things you can do by piping appcmd commands
The post covers command pipelining, the advanced ...
-
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, this post is all about doing just that when you are working with ...
-
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. Since its inception in the fall of 2005, the tool has been becoming increasingly popular internally - IIS7 setup code, stress and performance ...
|
|
|