I am currently setting up a string of rewrites within the web.config file to forward old URL freindly addresses with '&' to a new URL.
<RewriterConfig>
<Rules>
<!-- Rules for Product Lister -->
<RewriterRule>
<LookFor>/Prisms-&-Retro-targets/Single-Prism---Leica-Style/p-147-601</LookFor>
<SendTo>/Surveying-Equipment/Prisms-and-Retro-targets/Single-Prism---Leica-Style/p-92-147-601</SendTo>
</RewriterRule>
</Rules>
</RewriterConfig>
Am I to enclise the above script within <system.webServer></system.webServer> tag?