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:

Building a DataGrid Helper Control For ASP.NET 1.x - Part 1
How to make any WebService Method "Timeout"-able
Adding Validation Controls to the Editing and Inserting Interfaces
Retrieve data from a web page
Build A C# Multipart MIME-Encoding Library to Convert Web Pages to MHT format
Implement Intellisense for Your Custom ASP.NET Server Controls
Reduce Development Time with a Data Helper Class
Using WebParts in ASP.Net 2.0
Simplified and Extended Data Binding Syntax in ASP.NET 2.0
Read and Write BLOB Data to a Database Table with ODP.NET



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