Question

I have inherited an asp.net-mvc3 project and the webconfig in the project folder is getting modified (set to a default/fixed set of config items) on every build. I thought that was due to conditional xslt config transforms but it's not. It doesn't matter what I have in the transformed web.debug.config as it doesn't overwrite what is generated in the webconfig.

Every time I modify the webconfig I get the dialog nag that "this file as been modifed outside the source editor" after each build.

Could this be in custom build settings? I'm totally at a loss here.

Was it helpful?

Solution

Do you have any Post or Pre build events in your properties:

enter image description here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top