I'd like to do something like this

        <!-- /Panopto webapp.-->
        <iis:WebVirtualDir Id='PanoptoVirtualDir' Alias='Panopto'
Directory='INSTALLLOCATION' WebSite='DefaultWebSite'>
          <iis:WebApplication Id='PanoptoWebApp' Name='Panopto'
WebAppPool='PanoptoAppPool'>
              <!-- VDIR here -->
            <iis:WebVirtualDir Id='PanoptoVirtualDir' Alias='Data'
Directory='DataFolder' />
          </iis:WebApplication>
          <iis:WebDirProperties Id="PanoptoWebAppProperties" Execute="yes"
Script="yes" Read="yes" WindowsAuthentication="no" AnonymousAccess="yes"
CacheControlCustom="no-cache" />
        </iis:WebVirtualDir>

I have pre-existing code to do what I need in a CA, but I'd love to make
things more declarative.

-john


On Mon, May 31, 2010 at 2:35 PM, Neil Sleightholm <n...@x2systems.com>wrote:

> Could you give some more detail on this issue, I think I have come
> across the same problem but can't be sure.
>
> Neil
>
> -----Original Message-----
> From: John Ketchpaw [mailto:jketch...@panopto.com]
> Sent: 31 May 2010 06:55
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] why can't WebVirtualDir be a child of
> WebApplication?
>
> We do some of our own request filtering with a module in our webapp.  Is
> it
> a deliberate choice for this to not be possible using IISExtension?  In
> the
> meantime, I'm adding it in  our own custom action.
>
> -john
> ------------------------------------------------------------------------
> ------
>
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------

_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to