Welcome to Bilal Haidar [MVP, MCT] Official Blog Sign in | Join | Help

Browse by Tags

All Tags » IIS 7.0   (RSS)

IIS 7.0 Configuration Reference

IIS 7.0 introduced a new configuration system that is based on XML similar to that in ASP.NET. I discussed this new configuration system in my book ASP.NET 3.5 Security, Membership and Role Management with C# and VB . However, I noticed on the IIS 7 website,

URL Rewrite Module for IIS 7.0

I came across the URL Rewrite Module for IIS 7.0. That was released by the IIS Team on November 10th 2008. Check out the release page here: URL Rewrite Module - Release to Web The module has so many important features that any ASP.NET developer should
Posted by BilalHaidar [MVP] | 0 Comments
Filed under: ,

ASP.NET Session State for Native HTTP Requests in IIS 7.0

In ASP.NET 2.0 and ASP.NET 3.5 applications hosted under IIS 7.0 and are running with the Integrated Mode, ASP.NET Session State does not get initialized when a native or non-managed request enters the Integrated HTTP Request pipeline. If you look at

Microsoft.Web.Administration API

In IIS 7.0, you can use one the following 4 ways to configure the IIS 7.0 settings configuration system: IIS 7.0 Manager tool. appcmd.exe command-line tool. Microsoft.Web.Administration managed API. Manual editing for the ApplicationHost.config file.