开发者

Setting the iis:WebDirProperties of a single file in WiX

开发者 https://www.devze.com 2023-01-17 13:33 出处:网络
I am using WiX to deploy a web application under IIS. I have no problems setting the different properties of my Web Application using the iis:WebDirProperties element.

I am using WiX to deploy a web application under IIS.

I have no problems setting the different properties of my Web Application using the iis:WebDirProperties element.

However, I need to set all *.asmx file security attribute to "Integrated Windows Auth开发者_如何学Pythonentication". Does WiX have the ability to set the property of a single file?

*Note: This file is scattered all throughout the different directories. It would have been trivial all the services are in a separate directory.

Thanks!


No. The WiX toolset does not have the ability to set permissions on individual files today. However, you could open a feature request on it... maybe even implement the fix yourself and submit it to the community?

0

精彩评论

暂无评论...
验证码 换一张
取 消