"Koen" <no RemoveThis @ssppaamm.com> wrote in message
news:bm0u7d$qma$1@gaudi2.UGent.be...
> Hi!
>
> Could anyone please explain how I can do the following on a
> Windows2000 server machine?
>
> I would like to be able to allow access to some directories on a web
> site (using IIS) based on a plain text file (located in a secured
> directory of course) containing a list of users and passwords.
You'll need a third-party component as this is not supported natively.
Something like this might help: <a style='text-decoration: underline;' href="http://www.flicks.com/flicks/authx.htm" target="_blank">http://www.flicks.com/flicks/authx.htm</a>
> Right now, the only way I know of is to manually create a new user and
> add it to a group of users that have access to that directory. But
> there must be ways to do that without going through the GUI of the
> users manager on the server right?
It can be scripted. See the two articles on adding and editing users and
groups.
<a style='text-decoration: underline;' href="http://www.15seconds.com/focus/ADSI.htm" target="_blank">http://www.15seconds.com/focus/ADSI.htm</a>
--
Tom Kaminski IIS MVP
<a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running IIS
<a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/" target="_blank">http://mvp.support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</a><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Dynamically adding user names and passwords for web site p..