Login page for windows integrated

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Billy

    Login page for windows integrated

    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
  • Billy

    #2
    Re: Login page for windows integrated

    On 22 Apr., 18:04, Billy <billyboyf...@h otmail.comwrote :
    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
    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

    Comment

    Working...