How to support leagcy urls(Web forms type) in asp.net mvc routing

Posted by kishore on Stack Overflow See other posts from Stack Overflow or by kishore
Published on 2010-06-14T19:19:41Z Indexed on 2010/06/14 19:22 UTC
Read the original article Hit count: 292

We have recently shifted to asp.net mvc, but we still need to support some legacy urls. What is the best way to handle this situation. Is it Application_PreRequestHandlerExecute() event in global.asax, that I need to use or is there any better way?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about asp.net-mvc-2