I followed the documentation about setting "Windows Authentication" and "Seamless Creation of Users".
here is my web.config:
httpModules>add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> BugNET HttpModules -->add name="AuthenticationModule" type="BugNET.HttpModules.AuthenticationModule, BugNET.HttpModules.Authentication" />add name="MailBoxReaderModule" type="BugNET.HttpModules.MailboxReaderModule, BugNET.HttpModules.MailBoxReader" />httpModules>customErrors defaultRedirect="~/Errors/Error.aspx" mode="Off" /><authentication mode="Windows" />
And in Application Configuration, I have:
Active Directory, Domain and User..
Domain users are able to login, however accounts are not being created, when they visit the site. I have no error message in the logview.
(I am using NTLM as Authentication Type).
Any help would be highly appreciated.
Ann
<
<!--
<
<
</
<
*********************************************
Authentication Settings
*********************************************
<