Scott, > -----Original Message----- > From: [EMAIL PROTECTED] > > So my off-perl question is does anyone out there know where to change the > default mime type of text/plain to something else, in the IIS web server? In Internet Service Manager (ie MMC) select the server you wish to change, then properties then hit the file types button. This should show you a list of file extensions and corresponding mime types used. I believe that IIS does all it's type choosing this way. You will see the default at the top as '.*' but you will need to check that the extension you are using is not listed with a different file type. You can also add mime types at more granular levels (e.g. site) under properties/http headers. HTH. Dai _______________________________________________ Perl-Win32-Web mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web
