I used to write codes like: <layer label="Control Points" type="dynamic" visible="true" alpha="1"
url=".../MapServer" />
and this enabled me to have assess to all the layers in the mapserver. Now that I tried:<layer label="Control Points" type="dynamic" visible="true" alpha="1"
url=".../MapServer/1" />
<layer label="Control Points" type="dynamic" visible="false" alpha="1"
url=".../MapServer/2" />
but in this way no layer come out. Is there anyway to split these layers up and set the visible attribute of them separately?