vote up 1 vote down star

In my web project I often have a number of files in my app_data folder. These files can vary from time to time (example translation files get a new language, lucene index gets updated and gets a new file name etc).

Visual studio only adds files to the deployment process if the files are seperately added to the project. So if a file has been added on disk, but not in the project, this file will not be copied to the server...

Is there a way to make VS add all files in a folder to the deployment process without me having to update it manually?

flag

69% accept rate

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.