开发者

WebSetup Installer for configuring IIS settings

开发者 https://www.devze.com 2023-03-24 05:20 出处:网络
I have created 开发者_JS百科a websetup using Visual Studio for deployment of a web application.

I have created 开发者_JS百科a websetup using Visual Studio for deployment of a web application.

How can i get it to setup additional IIS settings ?

Like setting up wildcard, virtual directory, permissions, etc.

Basically stuff you can control using the inetmgr.

I would like to automate the configuration as much as possible.

Users always make mistake!

Thanks!


See my answer to this question. You can create a custom build task that can automate many of the IIS configuration steps you mentioned.


Decided to go with WIX 3.5 installer.

0

精彩评论

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