Hi, i have a couple days traying to install TileCache on IIS 5.1, but i fail in the process... What i did is...<br>1. First i download ActivePython2.5.0.0, and install it.<br>2. I follow the instucctions on the site http://support.microsoft.com/kb/276494,creating the virtual directory and given the permissions<br>3. I cannot do the 3rd step, change the metabase.xml, because i don't know where it is? <br>4. I edit the tilecache.cgi, in this way...<br><br>!C:/Python25/python.exe -u<br><br>from TileCache import Service, cgiHandler, cfgfiles<br><br>if __name__ == '__main__':<br>&nbsp;&nbsp;&nbsp; svc = Service.load("C:/Inetpub/wwwroot/tilecache/tilecache.cfg")&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; cgiHandler(svc)<br><br>5. I edit the 
 tilecache.cfg<br>[cache]<br>type=DiskCache<br>base=C:\Inetpub\wwwroot\tilecache\tmp<br><br>[base]<br>type=WMSLayer<br>url=http://localhost/mapserver/cgi-bin/mapserv.exe?map=/ms4w/apps/metro/map/metro.map<br>layers=limiteurbano,isla,red250k,red100k,corregimiento250k<br>extension=png<br>size=256,256<br>bbox=-79.64,8.89,-79.29,9.17<br>srs=EPSG:4326<br>levels=20<br>resolutions=1.40625,0.703125,0.3515625,0.17578125,0.087890625,0.0439453125,0.02197265625,0.010986328125,0.0054931640625,0.00274658203125,0.00137329101<br>metatile=false<br>metaSize=5,5<br>metaBuffer=10<br><br>i call de tilecache.cgi from OpenLayers, but it doesn't seems to work properly (i just get pink tiles), and when i use the firefox browser and put the url:<br>http://localhost/tilecache/tilecache.cgi?layers=base<br><br>i get this message:<br>&nbsp;%1 is not a Win32 valid application<br><br>I will be really thanxfull if someone can give me a hand about this subject...<br><br>Cheers<br><BR><BR>Carlos A. Gordón
 <BR><FONT color=#0000ff size=1>Especialista en GIS <BR>Tel. (507) 665-49715 <BR>cagb78@nuzkiamedia.com <BR>Vía Sonadora, casa 5, <BR>Penonome, Provincia de Coclé <BR>Panamá</FONT>