1.1 KiB
1.1 KiB
uid | title | author | description | ms.author | ms.date | ms.assetid | msc.legacyurl | msc.type |
---|---|---|---|---|---|---|---|---|
web-forms/videos/how-do-i/how-do-i-implement-url-rewriting | [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 | 07/01/2007 | aa0c328c-edff-4908-b052-31b6b06f8555 | /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.