Sign In
MSDN Blogs
Microsoft Blog Images
More ...
TheWay I See It
Techno Funda By Vijayshinva Karnure.
February, 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
IIS 7 Tip #1 Finding all the web.configs
Posted
over 3 years ago
by
Shinva
Goodbye Network Service!
Posted
over 3 years ago
by
Shinva
SCCM 2007 Charting functionality does not work on 64 bit IIS
Posted
over 3 years ago
by
Shinva
WebBaseEvent.Raise method fails in Application_Start event with a NullReferenceException on IIS 7.0
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
February, 2009
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
The Way I See It
IIS 7 Tip #1 Finding all the web.configs
Posted
over 3 years ago
by
Shinva
1
Comments
Often during troubleshooting we need to figure out the locations of all the web.config files that could potentially affect a web application. With IIS 7.0 the configuration is now decentralized and settings could be spread out over a bunch of config files...
The Way I See It
Goodbye Network Service!
Posted
over 3 years ago
by
Shinva
9
Comments
IIS 6.0 introduced a lot of features to increase reliability and security. As an architectural change the worker process w3wp.exe was introduced. To increase security IIS 6.0 by default launched the worker process using the NTAuthority\Network Service...
The Way I See It
SCCM 2007 Charting functionality does not work on 64 bit IIS
Posted
over 3 years ago
by
Shinva
8
Comments
System Center Configuration Manager (SCCM) has a nice functionality of displaying report data as charts. When deployed on a 64 bit IIS 6.0 machine these chart displays may stop working and you will start getting the following error message. This...
The Way I See It
WebBaseEvent.Raise method fails in Application_Start event with a NullReferenceException on IIS 7.0
Posted
over 3 years ago
by
Shinva
2
Comments
If you implement custom health monitoring events in ASP.NET chances are that you should have worked with WebBaseEvent or WebErrorEvent classes and used the WebBaseEvent.Raise() method to fire those events. Recently an interesting issue related to this...
Page 1 of 1 (4 items)
MSDN Blogs
>
The Way I See It
>
February, 2009