How do I put the following in my web.config via IIS Remote Manager Version 7.0

<siteMap enabled="true">
  <providers>
    <clear/>
    <add siteMapFile="Web.sitemap" name="AspNetXmlSiteMapProvider" type="System.Web.XmlSiteMapProvider" securityTrimmingEnabled="true"/>
  </providers>
</siteMap>
link|improve this question
Oh, I just copy down the file from the server and made the mods and copied it back up. I was concerned about getting my settings inherited from the parent sites overwritten. But that did not happen. – tim Jul 31 '11 at 1:28
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.