[wix-users] Adding an httphandler in IIS

Phill Hogland phill.hogland at rimage.com
Mon Nov 28 06:05:12 PST 2016


Yes.

    <SetProperty Id="ASPNETISAPIDLL" Value="[NETFRAMEWORKINSTALLROOTDIR]v4.0.30319\aspnet_isapi.dll" Sequence="execute"  After="InstallInitialize" />



Then as children of iis:webApplication add something like this, depending on the options you need:

<iis:WebApplicationExtension Extension="pdf" CheckPath="no" Script="no" Executable="[ASPNETISAPIDLL]" Verbs="*" />
<iis:WebApplicationExtension Extension="asax" CheckPath="yes" Script="yes" Executable="[ASPNETISAPIDLL]" Verbs="GET,HEAD,POST" />


________________________________
From: wix-users <wix-users-bounces at lists.wixtoolset.org> on behalf of Fred <curious_freddy at gmsl.co.uk>
Sent: Wednesday, November 23, 2016 3:34:07 AM
To: wix-users at lists.wixtoolset.org
Subject: [wix-users] Adding an httphandler in IIS


Hi all.

I know I can make customisations to IIS configuration using appcmd and
custom actions. Also the iisext WiX extension for various supported
things. Or even XmlConfig from the util extension for changing
applicationHost.config directly.

I need to add a httphandler is there direct support for this via the
iisext? I'm using WiX 3.10.

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/



More information about the wix-users mailing list