Jul 20, 2009
Recently, I came across an issue where the customer faced an FIPS (Federal Information Processing Standards) related error on the .aspx pages which had debug=”true”. His ASP.net application was hosted on IIS7 running on Windows Server 2008 SP2. And, he...
6 comments
Tags: IIS7ASP.NETIIS6FIPS.NET
Mar 15, 2009
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...
0 comments
Tags: IIS7ASP.NETIIS
Feb 12, 2009
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...
0 comments
Tags: IIS7ASP.NET