Hello WJ,
what do you mean by "does not protect you system"?? can you elaborate?
it is all a matter of where you store your user accounts, if you store them
in some windows backed store (LSA, Domain) then you have to resort to some
IIS authentication. And basic is the one with the broadest compatibility.
Of course, keep in mind that basic auth transmits the password in clear text,
so you HAVE to layer SSL of basic auth.
One gotcha is, that you have to live with the window login dialog - i can
give you code to do that, if you really want to go this route. But this would
mean that you have to do auth yourself.
Another option is to use Forms Authentication, typically with user accounts
stored in a database. This allows out of the box to provide your own login
UI - again you have to do auth yourself.
maybe this clear it up a little bit. feel free to ask.
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
> Form Authentication will serve your purpose ad this requires Anonymous
> instead of Basic. Keep in mind that Basic Auth. does not protect your
> system.
>
> John
>
> "mike" <> wrote in message
> news:...
>
>> Hello.
>>
>> I'm creating a site that has basic authentication. Is it possible to
>> have a custom login page display instead of the Windows login page?
>>
>> Thanks in advance,
>>
>> Mike
>>