|
|
Browse by Tags
All Tags » IIS » AppCmd
-
When starting and stopping IIS 7 application pools from command line with appcmd.exe, you should be aware of a behavior that can sometimes lead to unintended circumstances.
To explain it, lets first review what happens when you stop an application pool with the InetMgr.exe tool:
1) Set the autoStart property of the <applicationPool> ...
-
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 ...
|
|
|