Search code examples
.netvisual-studio-2010asp.net-mvc-2spark-view-engine

My .net mvc Spark Views are not deployed on the server via MsDeploy (TFS 2010)


I don't understand.. When I build/deploy my .net mvc project in TFS 2010, all my Spark View (.spark files) are not deployed (Buil/deploy is OK).

I have to configure something to deploy these views ?


Solution

  • You need to set the Build Action as Content for those files:

    enter image description here