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

Browse by Tags

All Tags » IIS 7.0   (RSS)

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.