I have an existing client-facing web site (not web application project) with about 100 active pages using Web Forms. I'd like to move to a web application project and incorporate MVC for all new pages, leaving my existing pages and structure intact.
Aside from the basic paradigm shift of working with MVC as opposed to Web Forms, what types of configuration and security issues should I watch out for when MVC is integrated?
For example, will the default behavior of the MVC routing engine cause any issues with access to the existing Web Forms pages?
Similarly, are there Web Forms configuration elements that screw with MVC routing?