c# - ASP.NET MVC site with forms authentification and Active Directory -


i'm quite novice asp.net mvc 3.

i have asp.net mvc website uses windows authentication , active directory.

now, have allow users log out. why have pass forms authentication. possible use using of active directory?

i tried ricardo suggested in his post error: when launch website, i'm automatically redirected logon page error message 401.2.: unauthorized. there specific configurations in iis allow forms authentification?

n.b: if enable anonymous authentification too, home page appears fine. however, when click on logon, fill credentials , press on login button, error

ldaperr: dsid-0c0906e8, comment: in order perform operation successful bind must completed on connection., data 0, v1db1

i deduced anonymous user can't login through ad... it's true?


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -