WebSetup Installer for configuring IIS settings
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.
精彩评论