I am currently working on a project that consists of an ASP.NET MVC 2.0 interface and was developed in VS 2008. I have already been busy with a web deployment project to deploy the application so that we can also modify various .config web pages based on configuration assembly.
However, when the deployment project publishes the output files for its purpose (this is currently the place on my local computer), all partial .ascx views are not included and therefore everything stops working. I can do standard publishing via VS, and everything works as expected.
The deployment project seems to be inserting .ascx files when it compiles everything. So, how do I get it to include .ascx files as they are (i.e. not embeddable)? Did I miss something?
Thanks in advance.
Nick.
source
share