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
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
May 24, 2007
In a web application, it’s often necessary to redirect clients requesting one url to another url. A while ago, I wrote a module to do basic http redirection for an ASP.NET application. The HttpRedirection module allows you to configure regular expression...
1 comments
Filed under: IIS7, ASP.NET, development, IIS News Item, Goodies
Jan 11, 2007
Do you like file icons? I do. They make it pretty easy to visually digest file lists in Windows, when you open a file system folder with explorer. Displaying icons in your web application can also be pretty compelling (for example, to spruce up that boring...
2 comments
Filed under: IIS7, ASP.NET, development, IIS News Item
Dec 28, 2006
A number of people have been reporting problems when trying to debug their ASP.NET applications on Windows Vista with Visual Studio 2005 F5 debugging support. There are a handful of posts about trying to get this to work in various ways ... most of which...
2 comments
Filed under: IIS7, ASP.NET, development, Debugging, IIS News Item