[thelist] ASP & Authentication
Atkins, Chris
CAtkins at patriothomes.com
Tue May 30 15:12:28 2000
IUSR_machinename is the default web user...
In other words, if you set an ACL (permissions) on the directory that only
allows access by that user, you should get what you want.
HTH.
> I have a website where I want a single NT authenticated un/pw for a
> directory. I'd like to *set* that user name and password programatically
> via
> ASP to let users in without using the basic authnetication popup dialog.
> How
> can I set the AUTH_USER and AUTH_PASSWORD via VBScript?
>