Search code examples
asp.net-mvccoldfusioniis-7.5coldfusion-10

IIS7.5 - Hosting ASP.NET MVC app and ColdFusion app under one domain


We are developing and deploying an ASP.NET MVC app that will provide new functionality to eventually replace a ColdFusion app we still need to remain alive under the same domain. How can we set this up in IIS? The ColdFusion app is setup and functioning in IIS already. We simply need to have the few pages from the MVC app be active as well. Have considered URL Rewrite but there are a large number of URLs to consider. Someone mentioned fiddling with the handlers. Any advice other than rewriting the rest of the ColdFusion app tonight are welcome. Thanks.


Solution

  • After posting this question someone on our team merged the site code (ColdFusion and ASP.NET MVC) and let IIS handlers take care of running them both.