NerdDinner routing
        Posted  
        
            by Joe
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Joe
        
        
        
        Published on 2010-03-25T10:57:54Z
        Indexed on 
            2010/03/25
            11:03 UTC
        
        
        Read the original article
        Hit count: 754
        
I watched Scot hanselmann's presentation at mix '10. When he presented the tiny urls for Nerddinner he said it was a 2 part process.
a) modify global.asax.cs with a new route b)some sort of isapi rewrite.
When I implemented this in my asp.net mvc 2 site I only did part a. and it works. why then did he do part b?? what is the advantages of doing that???
© Stack Overflow or respective owner