Microsoft Support Team's IIS Blog
-
MSDeploy - Changing the ConnectionString parameter in web.config after deploying the package
MSDeploy gives you a lot of awesome deployment options. I’m going to illustrate one of these awesome options below by showing how to add a custom parameter to the package created within the IIS manager.
-
Event ID:1074 and Event ID:1310 logged when storing session in aspnet_state.exe under heavy load
-
Visual Studio 2010 – My Favorite Features
Finally it’s out with loads of new features. I just love the way it looks. Here are some of the cool features I like most:
-
System.TypeLoadException for System.ServiceModel.Activation.HttpModule in ASP.NET 4
Symptoms
-
Configuring Many-to-One Client Certificate Mappings for IIS 7/7.5
Many-to-one Client certificate mapping is used by the Internet Information Services (IIS) to associate an end user to a windows account when the client certificate is used for the user authentication. The user session is executed under the context of this mapped windows account by IIS. For this to work we need to ensure that the certificate to account mapping is configured correctly in IIS.
-
IIS 6.0 Installation/Setup failure with the error 0x80090010 (Access denied)
During the installation of IIS 6.0 on Windows Server 2003, the setup may throw a message box indicating the following:
-
!address -summary explained
In order to debug any high memory issue we rely heavily on the output of !address –summary command
[You’ll find !address –summary as the part of Ext.dll extension].
We can interpret quite a few things from it which can help us in further debugging. Here’s how -
Unexpected 401.1 error over Windows Integrated Authentication on IIS 7.5 website
Symptoms
-
IIS 7.5 – How to enable IIS Configuration Auditing?
This post briefly discusses the new configuration auditing functionality to trace the changes done to the IIS configuration store. This is similar to the Metabase Auditing which was available in IIS 6.0 with SP1 on Windows 2003 Server; you can refer this KB article which talks about enabling metabase auditing on IIS 6.0 (with SP1).
-
Troubleshooting HTTP 500.19 Errors in IIS 7
In general, a 500.19 error happens due to invalid configuration data. The IIS configuration system will almost always point to the source of the problem. At the same time, sometimes it is important to examine the “Error Code” field which symbolizes the cause of problem.