Solving development problems  |  About this blog

Archive for the ‘deploy web application’ tag

PDF files not Publish in ASP.NET MVC when deploying

We faced a problem when we added some PDF files into our media library of ASP.NET MVC website and noticed that these files are not Published automatically.
So you need in Visual Studio to click on each PDF file and under Properties (F4) just choose

  • Build Action=Content
  • Copy to Output Directory=Copy Always

Written by Avivo

June 1st, 2010 at 1:28 pm