Hi<br><br>I just wanted to check if the only way to parse a mapfile in an IIS environment to use an absolute path to the mapfiles e.g. <a href="http://myserver/cgi-bin/mapserv.exe?map=C">http://myserver/cgi-bin/mapserv.exe?map=C</a>:\Inetpub\wwwroot\workshop\itasca.map.  I wonder if anyone has had success with rewrite rules (IIS7)?<br>
<br>Also how is GDAL triggered when calling the mapfile (in IIS).  The scenario is I am trying to use an xml in the mapfile layer which then calls <a href="http://tile.openstreetmap.org/">http://tile.openstreetmap.org/</a><br>
<br>The XML is<br><br><GDAL_WMS><br><Service name="TMS"><br><ServerUrl><a href="http://tile.openstreetmap.org/${z}/${x}/${y}.png">http://tile.openstreetmap.org/${z}/${x}/${y}.png</a></ServerUrl><br>
</Service><br><DataWindow><br><UpperLeftX>-20037508.34</UpperLeftX><br><UpperLeftY>20037508.34</UpperLeftY><br><LowerRightX>20037508.34</LowerRightX><br><LowerRightY>-20037508.34</LowerRightY><br>
<TileLevel>19</TileLevel><br><TileCountX>1</TileCountX><br><TileCountY>1</TileCountY><br><YOrigin>top</YOrigin><br></DataWindow><br><Projection>EPSG:900913</Projection><br>
<BlockSizeX>256</BlockSizeX><br><BlockSizeY>256</BlockSizeY><br><BandsCount>3</BandsCount><br><Cache/><br></GDAL_WMS><br><br>Am I remotely doing this the right way?  I am used to calling local data from the mapfile and tiled services is a bit of a new beast, so I thought I would give it a go!<br>
<br>Many thanks in advance<br><br>Chris<br>