I am using ELMAH in my WCF service and I want it to write XML files to a folder named ErroLogs. This folder is in the project.
When I publish (FileSystem) however this folder is not published and I have no properties to say "Copy Always".
Right now I have added a text file inside and set that to "Copy Always" and this effectively forces the folder to be published. So this is a workaround.
Is there a way to force publication of the empty folder, or must I use this text file workaround?