[WiX-users] adding mimemap to Webvirtualdir

2007-10-30 Thread [EMAIL PROTECTED]
Hi all,

I want to know how the iis:mimemap tag works, it seems to need an id but do not 
know how to add an MIME element although in the helpfile is written that it 
schould be child of Wix tag.

Second thing is that I want to add a wildcard mime (after I know how to add a 
MIME to a webvirtualdir) like 
„*,C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll,0,All or is 
it better to call a vbscript instead?

 

Thanks Peter

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] adding mimemap to Webvirtualdir

2007-10-30 Thread Mike Dimmick
iis:MimeMap is only for setting the MIME type for a given file extension.
This governs what IIS will send in the Content-Type header for static web
content. It sounds like you need to add an ISAPI filter and as far as I can
see, you need to do this with a WebApplicationExtension element.

 

I'm no expert on website configuration, though.

 

-- 

Mike Dimmick

 

  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: 30 October 2007 10:38
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] adding mimemap to Webvirtualdir

 

Hi all,

I want to know how the iis:mimemap tag works, it seems to need an id but do
not know how to add an MIME element although in the helpfile is written that
it schould be child of Wix tag.

Second thing is that I want to add a wildcard mime (after I know how to add
a MIME to a webvirtualdir) like
*,C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll,0,All or
is it better to call a vbscript instead?

 

Thanks Peter

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users