March 2009 - Posts

14 March 2009
Caution while xcopying IIS 7.0 config files
Metabase.xml is the central store where IIS 6.0 stores most of its configuration information. Its a plain text file and stores all the information in a simple XML format. The XML format naturally raised a notion of being able to XCOPY the config file Read More...
5 Comments
Filed under: ,
 
13 March 2009
IIS 7 Tip # 5 Run a command when Rapid Fail Protection is triggered.
Rapid-Fail Protection disables application pools if they crash multiple times within in a specified time period. This prevents the failing application pool from getting into a continuous loop of crashing and restarting. This protects other application Read More...
3 Comments
Filed under: ,
 
10 March 2009
IIS 7 Tip # 4 Application Pool Recycling Events has an UI
Tucked away in the IIS manager is an UI screen to configure the Events that get logged when an application pool is recycled. When you right click on the application pool and choose Recycling you get to the screen where you configure the Recycling Conditions. Read More...
2 Comments
Filed under: ,
 
08 March 2009
IIS 7 Tip # 3 You can now load the user profile of the application pool identity
IIS 6.0 does not load the user profile of the application pool identity. But with IIS 7.0 you now have a choice to load the profile if needed. This feature is disabled by default on Windows 2008. < applicationPools > < add name = " DefaultAppPool Read More...
2 Comments
Filed under: ,
 
06 March 2009
IIS 7 Tip #2 You can now run 32 bit and 64 bit applications on the same server
On a 64 bit Windows 2003 machine IIS 6.0 could either be run in 32 bit mode or 64 bit mode. You toggled the Enable32bitAppOnWin64 metabase key and all the worker process would run in a particular bitness mode. With IIS 7.0 the Enable32bitAppOnWin64 key Read More...
1 Comments
Filed under: ,
 
Page view tracker