1.1 KiB
1.1 KiB
title | author | description | ms.author | manager | ms.date | ms.topic | ms.assetid | ms.technology | ms.prod | msc.legacyurl | msc.type |
---|---|---|---|---|---|---|---|---|---|---|---|
[How Do I:] Implement URL Rewriting? | Microsoft Docs | scottgolightly | In this video Scott Golightly shows how to create an ASP.NET HttpModule to 'rewrite' the URL when a request for a web page comes in. You may want to rewrite... | aspnetcontent | wpickett | 07/01/2007 | article | aa0c328c-edff-4908-b052-31b6b06f8555 | dotnet-webforms | .net-framework | /web-forms/videos/how-do-i/how-do-i-implement-url-rewriting | video |
[How Do I:] Implement URL Rewriting?
In this video Scott Golightly shows how to create an ASP.NET HttpModule to "rewrite" the URL when a request for a web page comes in. You may want to rewrite URLs to create friendly URLs or to direct an old URL to a new URL. We will look at the code needed to implement URL rewriting and also how to handle page post back events.