How do I exclude a specific folder from copying in a Web Deployment project?

I am opposed to VS 2005 and the Web Deployment project. The problem is that the build process takes a very long time because the deployment process copies my images folder to the deployment directory. The image folder is small in size but has thousands of files. I want to save images in my development folder so that I can see if the image link is working in HTML. However, I never load the images because they are already there. So I ideally want to exclude this folder from the deployment process.

Is there an easy way to do this?

0


a source to share


1 answer


This post at fooobar.com/questions/2465337 / ... mentions an add ( Add Web Deploy ) which should allow you to exclude items from the build process.

You can also crawl items by manually editing the Web Deployment project file. Review the heading Configuring Web Deploy here ...



http://msdn.microsoft.com/en-us/library/aa479568.aspx

+1


a source







All Articles