February 2009 - Posts
16 February 2009
IIS 7 Tip #1 Finding all the web.configs
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.
Read More...
13 February 2009
Goodbye Network Service!
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
Read More...
12 February 2009
SCCM 2007 Charting functionality does not work on 64 bit IIS
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 report
Read More...
01 February 2009
WebBaseEvent.Raise method fails in Application_Start event with a NullReferenceException on IIS 7.0
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
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.