<% serverName = Request.ServerVariables("server_name") 'Retrieves the page domain name NewLocation = "http://" + servername +".com/mustsee/ReasearchPaper.aspx" Response.Status="301 Moved Permanently" Response.AddHeader "Location", NewLocation Response.end %>