-
custom Windows Domain access
Does anyone know whether I could write an ASP page that will provide the same
functionality as the IIS Domain Login dialog box (the one that pops up if
the site's security is setup as Windows Challenge/Response only). I would
like to be able
to capture a user name and password using the page, authenticate the user/password
to a predefined W2K domain and if supplied credentials are valid authenticate
the user's session and provide access to availbale network resources
-
Re: custom Windows Domain access
You can use LogonUser API to validate a username/password pair..and since
you can't use APIs in ASP directly you'll have to use the Adaptor design
pattern ie wrapping the API in a COM component method call.
TIA
Sachin
"Ory Adler" <oa75@hotmail.com> wrote in message
news:3b58a398$1@news.devx.com...
>
> Does anyone know whether I could write an ASP page that will provide the
same
> functionality as the IIS Domain Login dialog box (the one that pops up if
> the site's security is setup as Windows Challenge/Response only). I would
> like to be able
> to capture a user name and password using the page, authenticate the
user/password
> to a predefined W2K domain and if supplied credentials are valid
authenticate
> the user's session and provide access to availbale network resources
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks