I currently have an ASP.net webforms web application running Umbraco CMS, this is running just fine and dandy. I have also created a separate MVC web application which forms part of the site above (an insurance quote engine).
Is it possible to simply upload the MVC application (separate folder) and run within my existing web app i.e. /mvcapplication? Should it just work or do you have to do some web.config hacks?
p.s. There are similar questions but not answered
yes you can but you have to treated in your IIS as a separate web-application under the folder of your web-form site. In another word put your MVC app in your Webform site folder and then make the MVC folder as a new application under the web-form this way you do not have to deal with web-config and each app webforms and mvc would use it own config.