URL Forwarding

Discussion in 'General troubleshooting' started by guptaan1, Sep 26, 2010.

  1. Bruce

    Bruce DiscountASP.NET Staff

    1) create a default document named index.aspx
    2) In the file add this code

    <%
    response.redirect("http://www.marketelligent.com")
    %>
     
  2. Many thanks. It works........
     

Share This Page