Web Deployment Project

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Does anyone know how to use this tool and get similar results to using the
"Publish" option from the <Build> dropdown?
I want the benefits of Pre-Compilation, but when I use the deployment
project, the results that are sent to the /Release directory, contain a
bunch of unnecessary .resx files as well as ALL files in my project as
opposed to only those files "included" in the project. "Publish" will
publish ONLY those files/directories you "include" in the project, while
"deployment" sends almost ALL files/directories to the release directory.

I must be doing something wrong, because this makes no sense. The final
product of the deployment project is nothing close to a deployable set of
files.

Thanks.
 
are you using visual studio 2005?
you may want to check out the project properties >> build / debug
properties
 
Yes 2005. I have tried a bunch of different settings for the Property
Pages, but it keeps publishing unnecessary files such as the .sln and
project files. Rediculous.
 
Back
Top