User552738358 posted
Hi,
I am trying to add some MVC pages into an existing (somewhat large) WCSF project and wish to do it in stages. The problem I'm having is that the routing is not finding my new MVC url. I'm adding the route in the Global.asx.cs Application_start
method in the standard way for MVC, and all the aspx urls currrently work (using IgnoreRoute). The question is can this be done?
The motif behind this is to reduce risk involved with a complete rewrite.
Thanks,
John S