I m writing an IIS Application, which manages AD users. For this purpose I ve configured site to use Negotiate AuthenticationProvider, and everything works.
I wonder, is NTLM suitable for operations with Active Directory (such as creating user accounts)?
Or AD accepts only Kerberos authentication?
In an ASP.NET web app, using Integrated Windows Authentication, is the session tied to the windows identity? In other words, if I login (using IWA) to the app, and the app stores some "stuff" in my ...