On Fri, Oct 05, 2007 at 09:56:41AM -0500, Jeff Dege wrote: > If your website is IIS, it has not been. I, at least, have been unable > to find either public domain code, or understandable instructions, on > how to create a proxying site for IIS.
Users have successfully configured Python-as-CGI under IIS: the TileCache readme has information that users have provided on getting TileCache set up in this way: http://svn.tilecache.org/trunk/tilecache/README If you can get TileCache running under IIS, it should be equally possible to get the proxy.cgi shipped with OpenLayers to run under CGI -- they are both just Python CGI scripts. (The proxy.cgi is actually way simpler.) http://svn.openlayers.org/trunk/openlayers/examples/proxy.cgi Is there a free version of IIS? I have a Windows XP desktop sitting on my machine: I could see if it's possible to set this up. Regards, -- Christopher Schmidt MetaCarta _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
