Making URL rewriting on IIS 7 work like IIS 6


Server Intellect Web Hosting Solutions


Making URL rewriting on IIS 7 work like IIS 6

Author: Mark S. Rasmussen

Upgrading to IIS 7 should be rather transparent, unfortunately that is not the case when it comes to URL rewriting as we knew it from IIS 6. In IIS 6 all we had to do was to add a wildcard mapping making sure that all requests went through the ASPNET ISAPI process. After this was done, one could create a global.asax file that would either pass requests directly through or rewrite the URL based on an internal algorithm.










More Tutorials

Also See:

Two-Way DataGrid Sorting Using Properties and Viewstate
Build More Scalable Sites
Creating Clickable Hotspots in a Graph using ASP.NET
A DetailsView Control for ASP.NET 1.x
A Look at ASP.NET 2.0's URL Mapping
Selecting, Confirming and Deleting Multiple Checkbox Items In A DataGrid - Part 2: Maintaining CheckBox State Across Pages with Sorting
Add a total row to a GridView
Smart ListControl in ASP.NET 1.x/2.0
Apply Hit Highlighting and Keyword Context to Your Search Results
Server side Message box in ASP.Net - Part 2



Copyright© 2005 ASP Intellect | All Rights Reserved

ASP.NET Tutorials
AspNet Tutorials ASP.NET 2.0 Code Examples, Snippets and Tutorials

ASP.NET Tutorials C++ Tutorials C# Tutorials Visual Studio.NET Tutorials
.NET Framework Tutorials Mobility Tutorials Office Tutorials Visual Basic.NET Tutorials