cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
gzvinstall
Level 4

Configure authentication on IIS6 programmatically

We have an installscript MSI project.

During the installation of our product, we create a web site and would like to disable anonymouse authentication and enable windows and basic authentication for this web site. Currently, we do this manually after the installation.

Is there a way to automate this (from command line etc.) in IIS6 just like we use appcmd commands in IIS7?

Any suggestions will be appreciated!
Thanks!
Labels (1)
0 Kudos
(1) Reply
timstspry
Level 7

Try taking a look at this site - it helped me develop some scripts that I have used to configure various aspects of an IIS6 website.

http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/487a7800-ef10-4e4e-ab67-b13c3d98c70b.mspx?mfr=true

Tim
0 Kudos