Apr 15, 2008
ASP.NET applications in IIS 7.0 Integrated mode requires configuration changes if they define custom modules or handlers. However, it is still possible to create portable ASP.NET applications that can function in all three environments without configuration...
2 comments
Filed under: IIS7, ASP.NET, Integrated pipeline
Dec 20, 2007
At last, my MSDN article about using the ASP.NET Integrated Pipeline is out in MSDN Magazine. This article is all about using existing ASP.NET features and building new ASP.NET modules to improve existing applications. What's more, I do this without touching...
3 comments
Filed under: IIS7, ASP.NET, PHP, Integrated pipeline, IIS News Item
Dec 08, 2007
ASP.NET 2.0 applications on IIS 7.0 are hosted using the ASP.NET Integrated mode by default. This post lists the changes in behavior that you may encounter when deploying your ASP.NET applications on IIS 7.0 on Windows Vista SP1 and Windows Server 2008...
3 comments
Filed under: IIS7, ASP.NET, Integrated pipeline, IIS News Item
Nov 10, 2007
The “Request is not available in this context” exception is one of the more common errors you may receive on when moving ASP.NET applications to Integrated mode on IIS 7.0. This exception happens in your implementation of the Application_Start method...
1 comments
Filed under: IIS7, ASP.NET, Integrated pipeline
Aug 16, 2007
This article, the first in the IIS7 .NET Developer series, focuses on getting started with developing IIS7 web server features based on the .NET Framework. Learn about the options you have for your development environment, how to set up your Visual Studio...
4 comments
Filed under: IIS7, ASP.NET, development, Integrated pipeline, IIS News Item
Oct 22, 2006
I feel like I got off on the wrong foot in my blog coverage of IIS extensibility … I started spending a lot of time talking about building IIS7 server modules with the native API, but did not mention anything about the new .NET extensibility. First...
1 comments
Filed under: IIS7, ASP.NET, development, Integrated pipeline