ASP.NET MVC app not browsing to pages only Index.aspx on root
        Posted  
        
            by Malcolm
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Malcolm
        
        
        
        Published on 2010-03-23T09:25:46Z
        Indexed on 
            2010/03/23
            9:33 UTC
        
        
        Read the original article
        Hit count: 397
        
asp.net-mvc
Hi,
I have an MVC 1.0 app just setup but it only shows the Index.aspx page of Home.
Seems like the routing engine is not being engaged.
I get a 404 error when i try to browse other pages.
Any ideas why this might be?
Malcolm
© Stack Overflow or respective owner