Configure a web application for deployment

You want to remove your debug element from the web.config file by using web.config transformations. Which syntax do you use?

<compilation xdt:Transform=”RemoveAttributes(debug)” xdt:Locator=”Condition(@debug=’true’)” />
<compilation xdt:Transform=”RemoveAttributes(debug)” xdt:Locator=”Match(name)” />
<compilation xdt:Transform=”Replace” />
<compilation xdt:Transform=”RemoveAttributes(debug)” />