Darrell Norton's Blog [MVP]

Sponsors

The Lounge

News

  • Darrell Norton pic

    MVP logo

    View Darrell Norton's profile on LinkedIn

    Currently Reading:

    weewar.com

Advertisement

Images in this post missing? We recently lost them in a site migration. We're working to restore these as you read this. Should you need an image in an emergency, please contact us at imagehelp@codebetter.com
How to perform Basic Authentication programmatically

I found an interesting Microsoft KB article today:

HOW TO: Create an IAuthenticationModule by Using Visual Basic .NET

Summary: This step-by-step article discusses how to use Visual Basic .NET to create an implementation of an IAuthenticationModule module that performs Basic authentication. This article describes how to create, deploy, configure, and then test the authentication module. An authentication module is a component that a client uses to perform authentication with the server. Applications that use the WebResponse class rely on the authentication module.

This is also very useful for unit testing using NUnitAsp!


Posted 05-04-2004 5:45 AM by Darrell Norton

[Advertisement]

Comments

Renuka wrote re: How to perform Basic Authentication programmatically
on 12-07-2004 2:48 PM
I want to know how to add a user into Active Drectory using Visual Basic.