show a view on two different url in a mvc 2 website

Posted by RICH KID SMART KID on Stack Overflow See other posts from Stack Overflow or by RICH KID SMART KID
Published on 2010-05-26T08:08:50Z Indexed on 2010/05/26 8:11 UTC
Read the original article Hit count: 283

Filed under:
|

in my website i want to show a page on two different location

ex: for page 3

domain.com/index/3
domain.com/page/3

how i can do this. my controller already handle request for /index/3 but how i can handle request for /page/3

© Stack Overflow or respective owner

Related posts about c#4.0

Related posts about mvc2