I have a valid web.config with Web.Debug.config and Web.Release.Config. (I know it's not a problem with the web.config itself because I get the same behavior with a fresh 'new project' in Visual Studio)
When I publish the web.config to my server, 'Web Publish Activity' always says:
"Processing web.config... Applying transformations to web.config failed."
If I use a publish profile that just publishes to my C: then the web.config successfully transforms.
The server publish profile successfully validates connection. I can publish file fine and they appear on the server. Everything works fine apart from the web.config doesn't transform
I've never encountered this before 1 week ago and I can't fix it.
Does anyone know how I can get web.config transform working again when publishing to my server?