I want to create a temporary folder to store uploads in my application. I've added the folder to my application and it works fine during development.
However when I publish to my test server, the folder doesn't get published unless it has a file in it. On top of that, the permissions are wrong on the folder and I need to manually change them by logging onto the test server and doing it through explorer. I am using ClickOnce WebDeploy to publish to the test server.
Is there a better option than the way I'm doing it? Or some way to set the permissions on the folder at publish time?