Setting VDir authentication method with web setup project
How does one set the vdir authentication methods in a VS web setup and deployment project? Basically, I would like to turn off anon and windows integrated and turn on basic auth with my setup. I hope I don't need a custom action for this. Looking for pointers. Anyone had to do this? Thanks.
Comments
- Anonymous
August 27, 2003
I'm guessing you need a custom action. You might be able to get away with customizing the attributes specified in the _IISProperties table, but it's undocumented.