No element in the source document matches /configuration/system.web/authorization/
问题 I have the next issue when transforming my Web.Config: No element in the source document matches '/configuration/system.web/authorization/allow[@roles='WhateverGroupNameRenamedForProd']' Here my Web.Config: <system.web> <compilation targetFramework="4.5.2" debug="true" /> <httpRuntime targetFramework="4.5" /> <authorization> <allow roles="WhateverGroupName" /> <deny users="*" /> </authorization> And the Web.Production.Config: <system.web> <compilation xdt:Transform="RemoveAttributes(debug)" /