Content deleted Content added
Chrisbottin (talk | contribs) |
|||
Line 76:
==In practice==
The Basic authentication scheme is supported by most [[HTTP]] [[web servers]]
For instance, when using [[IIS]] web server, the basic authentication scheme will only use the Windows local or [[active directory]] user accounts to authenticate. If you wish to use your own user database accounts, you need to write or choose a custom authentication package. [http://www.visionalyse.co.uk/ Visionalyse] offers a ready-to-use solution called [http://www.visionalyse.co.uk/products/XHTTP-Authenticator/overview/ XHTTP Authenticator.NET for Basic & Digest HTTP Authentication without Active Directory]. This product is designed for ASP.NET applications and runs as a [[HTTP Module]].
|