Click here to Skip to main content
15,882,114 members
Articles / Web Development / IIS

URL Rewriting using ASP.NET for SEO

Rate me:
Please Sign up or sign in to vote.
4.73/5 (25 votes)
25 Feb 2009CPOL15 min read 164.4K   6.8K   130  
An article describing how to implement URL rewriting in ASP.NET using three different methods
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title></title>
    <style type="text/css">
        body{ font-family: Tahoma; font-size: 12px;}
    </style>
</head>
<body>
    <div>
        <h1>
        Url Rewriting Sample Website</h1>
        <h2>Written by Steve J. Riggall</h2><br />
        <br />
        This page is a real html file.
    </div>
</body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead Hidalgo Limited
United Kingdom United Kingdom
Steve is an MCP and senior software developer for Hidalgo Limited (http://www.hidalgo.co.uk).

Comments and Discussions