Sign In
MSDN Blogs
Microsoft Blog Images
More ...
TheWay I See It
Techno Funda By Vijayshinva Karnure.
March, 2009
Tags
.NET
ASP.NET
C#
Debug
IIS
IIS 7 Tip
InternetExplorer
Live
PowerShell
SCCM
Security
SSRS
Tools
VisualStudio
WinDbg
Windows
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.
<noscript>
Translate this page
Powered by
Microsoft® Translator
</noscript>
Recent Posts
Caution while xcopying IIS 7.0 config files
Posted
over 3 years ago
by
Shinva
IIS 7 Tip # 5 Run a command when Rapid Fail Protection is triggered.
Posted
over 3 years ago
by
Shinva
IIS 7 Tip # 4 Application Pool Recycling Events has an UI
Posted
over 3 years ago
by
Shinva
IIS 7 Tip # 3 You can now load the user profile of the application pool identity
Posted
over 3 years ago
by
Shinva
IIS 7 Tip #2 You can now run 32 bit and 64 bit applications on the same server
Posted
over 3 years ago
by
Shinva
Archives
Archives
September 2010
(2)
January 2010
(1)
December 2009
(1)
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)
Common Tasks
Blog Home
Email Blog Author
About
RSS for comments
RSS for posts
March, 2009
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
The Way I See It
Caution while xcopying IIS 7.0 config files
Posted
over 3 years ago
by
Shinva
8
Comments
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...
The Way I See It
IIS 7 Tip # 5 Run a command when Rapid Fail Protection is triggered.
Posted
over 3 years ago
by
Shinva
3
Comments
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...
The Way I See It
IIS 7 Tip # 4 Application Pool Recycling Events has an UI
Posted
over 3 years ago
by
Shinva
2
Comments
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...
The Way I See It
IIS 7 Tip # 3 You can now load the user profile of the application pool identity
Posted
over 3 years ago
by
Shinva
3
Comments
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...
The Way I See It
IIS 7 Tip #2 You can now run 32 bit and 64 bit applications on the same server
Posted
over 3 years ago
by
Shinva
1
Comments
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...
Page 1 of 1 (5 items)
MSDN Blogs
>
The Way I See It
>
March, 2009