How would I set up the URL routing for a scenario such as this:
http://www.website.com/%5Bproject 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.
Then your action methods will have a projectname and an id parameter.
If your question is how to route using multiple actual web applications, then you’re in a whole other world 🙂