Hi

I have created a login ASP page with VBS that
authenticates users on a SQL table. There are 4 different
security levels and users will have access, redirected
according to their security level.

My question is; Is it possible to use IIS authentication
instead? Maybe a script that can read NT Local usernames;
paswords; groupmembership? Is this possible with VBS?

Any advice would be appreciated.

Regards
Marnus

Re: IIS Authentication Possible? by jcochran

jcochran
Mon Dec 22 10:31:22 CST 2003

On Sun, 21 Dec 2003 09:22:12 -0800, "Marnus"
<anonymous@discussions.microsoft.com> wrote:

>I have created a login ASP page with VBS that
>authenticates users on a SQL table. There are 4 different
>security levels and users will have access, redirected
>according to their security level.
>
>My question is; Is it possible to use IIS authentication
>instead? Maybe a script that can read NT Local usernames;
>paswords; groupmembership? Is this possible with VBS?

IIS will do Windows Authentication, as will SQL. You don't need a
script to do this, it's built in.

See:

http://www.iisfaq.com/default.aspx?View=P78&P=145

Jeff