I\'m upgrading some classic asp pages to .net, but not all of them. Rather than go and modify all the links in this backwards system, which pulls some of its links from a cm
Response.Buffer = true Response.Status = "301 Redirect" Response.AddHeader "Location", "redirection-url-goes-here" Response.End