View Single Post
  #3 (permalink)  
Old 02-17-2006, 02:11 PM
cyanide cyanide is offline
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: Toronto, Canada
Posts: 2,193
cyanide RepRank 0
Default

I'm not an asp.net guy :)

However, I have seen the following code you could try
Code:
<script runat="server">
private void Page_Load(object sender, System.EventArgs e)
{
Response.Status = "301 Moved Permanently";
Response.AddHeader("Location","http://www.somedomain.com");
}
</script>
-
__________________
|
Web Hosting Guru
| Need Help For Your Forum?
Reply With Quote