Feature Requests item #1211459, was opened at 2005-05-30 12:50 Message generated for change (Comment added) made by erict2007 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1211459&group_id=105970
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: extensions Group: None Status: Open Priority: 5 Private: No Submitted By: Joe Kaplan (joekaplan) Assigned to: Scott Kurtzeborn (scotk) Summary: Support WebFilter at W3SVC level in metabase Initial Comment: It appears that the WebFilter CA is only supported in relation to the WebSite element which is associated with a specific WebAddress. ISAPI filters in IIS are also allowed at the /LM/W3SVC "Web Service" level, but there does not appear to be any way to do this with WiX from what I can tell. It seems like the most natural/least hackish way to support this feature would be to create a new element, perhaps <WebService>, that would also be an allowed parent for the <WebFilter> element. Using this pattern would instruct the CA to install the filter at this level. Doing this would also provide a natural place to add additional configurability to this object in the meta base in future releases. ---------------------------------------------------------------------- Comment By: Eric T. (erict2007) Date: 2007-04-05 18:52 Message: Logged In: YES user_id=1762388 Originator: NO Another solution might be to make the WebSite element optional, even when its not inside a WebSite element. But I realize that might cause too many filters at the W3SRV level, and also might not work in a IIS6+ environment. I need to install a filter that supports SF_NOTIFY_READ_RAW_DATA, therefore I have to install at W3SVC when IIS5-, but I also need to be in IIS5 compatibility mode on IIS6+... ---------------------------------------------------------------------- Comment By: Derek (derekc) Date: 2006-04-17 05:01 Message: Logged In: YES user_id=518766 Interesting idea. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1211459&group_id=105970 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
