Hi,
We have a project created in VS2012. In web.config, there's an invalid section (for example<%test%>) which is replaced in a different process. VS2012 is able to build the project, but if I switch to VS2013, I get an error:
Error1Application Configuration file "Web.config" is invalid. Name cannot begin with the '%' character, hexadecimal value 0x25. Line 26, position 6.
And now I am wondering, why it passes in VS2012 and fails in VS2013?