|
|
Browse by Tags
All Tags » 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 the IIS 7.0's applicationHost.config configuration file located at: ...
-
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.
In this post I will introduce the Microsoft.Web.Administration API. The IIS 7.0 team ...
|
|
|