> Anyone have a URL where I can download the latest IIS web > server for win 98... > > ..every time I go to MS web site, I get frustrated trying to > find anything.
There IS no IIS for Win98. The best you'll get from MS on that is Personal Web Server, or Peer Web Services, or whatever they call their web server for Win98. I'll make two recommendations, which you're free to ignore of course. 1. Don't use Win98 for web development. It sucks for this. I've been happy using NT 4 and Win2K for this instead. 2. If you disregard (1), use Apache instead of PWS on Win98. You can get Apache at http://www.apache.org/, and I've had much better luck with in on the few occasions I've had to deal with Win98. There's no management GUI, but you just have to edit one text file, httpd.conf, and add one or two lines to support CF with it. Details are somewhere on the Allaire KB, or I can answer more specific questions if you have them. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

