Add the following lines to your web.config inside of the <configuration /> section.
<location path="old_page.aspx">
<system.webServer>
<httpRedirect enabled="true" destination="new_page.aspx" httpResponseStatus="Permanent" />
</system.webServer>
</location>
Article ID: 791, Created: 5/5/2010 at 6:32 PM, Modified: 5/5/2010 at 6:32 PM