Hi Experts,
I am currently working on a project that consists of an ASP.NET MVC 2.0 front end and has been developed in VS 2008. I have been messing around with the Web Deployment Project to deploy the application so we can also change various Web.config settings based on the build configuration.
However, when the deployment project publishes the output files to its target (currently a location on my local machine), all the .ascx partial views are not included and so everything stops working. I can do a standard Publish via VS and all works as expected.
It seems that the deployment project embeds the .ascx files when it compiles everything. So, how do I get it to include the .ascx files as they are (i.e. not embeded)? Am I missing something?
Thanks in advance.
Nick.