How would I set up the URL routing for a scenario such as this:
www.website.com/[project name]/News/Submit/[possible extra parameters]
[project name] = a variable that will be needed by the action to specify which project News = Controller Submit = Action [possible extra parameters] = id
I have yet to run into any examples of how to accomplish this yet. Any thoughts would be greatly appreciated.