ASP.NET MVC Url Redirect question

Discussion in 'C#' started by 70Cents, Dec 17, 2009.

  1. #1
    70Cents, Dec 17, 2009 IP
  2. SIPHILP

    SIPHILP Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Em i think you're missing one of the main points in MVC - URL routing

    As long as your controllers are setup and you have specified your URL routing rules in the global.asax file then you can have whatever url system you want :)
     
    SIPHILP, Dec 18, 2009 IP
  3. 70Cents

    70Cents Peon

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    That's what I'm asking about: how to set up the global.asax file :)
     
    70Cents, Dec 18, 2009 IP
  4. SIPHILP

    SIPHILP Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    check msdn :

    msdn.microsoft.com/en-us/library/cc668201.aspx

    Another good resource would be Phil Haacks blog, google easy to find it.. :)
     
    SIPHILP, Dec 19, 2009 IP