How to Redirect domain.com to www.domain.com for ASP .net

Discussion in 'Apache' started by rushikesh, Jul 23, 2009.

  1. #1
    rushikesh, Jul 23, 2009 IP
  2. oendus

    oendus Peon

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    protected void Button1_Click(object sender, EventArgs e)
    {
    Response.Redirect("default2.aspx");
    }

    something like that :D
     
    oendus, Jul 23, 2009 IP
  3. rushikesh

    rushikesh Peon

    Messages:
    177
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    pls clarify this, where should i add this code, and one morething .htaccess wont work its on IIS servers
     
    rushikesh, Jul 27, 2009 IP