I have inherited an asp.net-mvc3 project and the webconfig in the project folder is getting modified (set to a default) per 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.
Everytime I modify the webconfig I get the dialog nag that "this file as been modifed outside the source editor".
Could this be in custom build settings? I'm totally at a loss here.
shayska
Member
116 Points
114 Posts
webconfig is modified after every build?
May 01, 2012 08:13 PM|LINK
I have inherited an asp.net-mvc3 project and the webconfig in the project folder is getting modified (set to a default) per 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.
Everytime I modify the webconfig I get the dialog nag that "this file as been modifed outside the source editor".
Could this be in custom build settings? I'm totally at a loss here.
ignatandrei
All-Star
135231 Points
21695 Posts
Moderator
MVP
Re: webconfig is modified after every build?
May 02, 2012 03:23 AM|LINK
yes. Look there. Set the msbuild verbosity to a deeper level and re-build.
When do you have this dialog? Precise steps, please