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...
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...
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...
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...
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...
Home
About
Email
The Way I See It
Vijayshinva Karnure
RSS 2.0
Recent Posts
ASP.NET Debugger Extension – Manual Install / Uninstall
ASP.NET Debugger Extension – Trace Process for Debug Events
ASP.NET Debugger Extension – Find Debug Modules
ASP.NET Debugger Extension – Callstack Viewer
ASP.NET Debugger Extension for IIS 7
Tags
.NET
ASP.NET
C#
Debug
IIS
IIS 7 Tip
InternetExplorer
Live
PowerShell
SCCM
Security
SSRS
Tools
VisualStudio
WinDbg
Windows
Archives
November 2009 (5)
October 2009 (1)
September 2009 (2)
August 2009 (1)
July 2009 (1)
May 2009 (5)
April 2009 (4)
March 2009 (5)
February 2009 (4)
January 2009 (3)
November 2008 (1)
October 2008 (2)
September 2008 (1)
May 2008 (3)
April 2008 (3)
March 2008 (3)
February 2008 (2)
January 2008 (2)
December 2007 (3)
November 2007 (3)
October 2007 (2)
May 2007 (1)
November 2006 (2)
Search
All opinions posted here are those of the author and are in no way intended to represent those of his employer. All posts are provided "AS IS" with no warranties, and confers no rights.