I've been doing quite a bit of research this past several days regarding Forms Authentication.
All the example i see is based on creating new users within the .NET users in IIS7. I can't find any tutorial and i don't know any way of making the Forms Authentication to check against NT folder Security or LDAP.
I have a PHP page which contain a form that authenticate users against LDAP.
Once authenticated, users need to login again to view a restricted image, protected using combination of Basic Authentication and NT folder security.
the problem i'd like to eliminate is MULTIPLE LOGIN. Can IIS7's Forms Authentication remedy this problem so that users need to only login ONCE?
if so, can someone point me to a right place/whitepaper/tutorial or anything??