asp.net - MVC conditional routing -


i have asp.net mvc website , subdirectory "/dir/" under configured asp.net application.

i want http://website/dir/ url route parent controller if condition met, or ignore , "pass over" subdir-application if not. how do this?

ps. cannot use routeexistingfiles = true because both apps have aspx/ashx/html files need work.

you may use route constraints purpose.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -