How to exclude the Web.Config file while deploying
ganesh.mulimani
Posts: 28
Do we have solution to solve this problem.
I want to exclude my web.config file from the redgate package during my deployment step.
i dont want to deploy the web.config file to destination server.
I want to exclude my web.config file from the redgate package during my deployment step.
i dont want to deploy the web.config file to destination server.
Comments
However, you shouldn't need to exclude the web.config file at all. It's better not to rely on the existing contents of the application directory when doing a deployment. If you need the web.config to be different on the target server than it is in the source code, the best way to achieve that is using variable substitutions and/or config transformations.
Redgate Software