I have a web application that I want to deploy using Web Deploy using the Build Deployment Package
He has an Errors folder. This is part of the project. Web Deploy adds it, but how can I indicate that I want the application to have write permissions in this folder?
Do I need to manually edit the original manifest every time, or can I install it somewhere so the package can do this automatically?
source
share