Login page for windows integrated

Login page for windows integrated

am 22.04.2008 18:04:16 von Billy

Hi

I have an asp.net 2.0 website running with Windows integrated security
and want users to be able to login using a formular on the website
instead of the standard windows login prompt. All users allready exist
in the Active Directory.

Can i accomplish this by switching to forms login? or does it only
work when my users are stored in a database?

Thanks
Billy

Re: Login page for windows integrated

am 23.04.2008 17:15:13 von Billy

On 22 Apr., 18:04, Billy wrote:
> Hi
>
> I have an asp.net 2.0 website running with Windows integrated security
> and want users to be able to login using a =A0formular on the website
> instead of the standard windows login prompt. All users allready exist
> in the Active Directory.
>
> Can i accomplish this by switching to forms login? or does it only
> work when my users are stored in a database?
>
> Thanks
> Billy

I have found a Membership provider for Active Directory users so it
seems to be possible.

Does anybody know what Membership provider to use if I want local
users on the server to be able to login through forms authentication?
Do I have to write my own Membership provider?

Regards
Billy