Thanks for answer.
>>I'm not sure at this point. Does it coincide with users logging into the site?
I'm not sure too, I try to reproduce it but without results yet .
Users login ok , but Event Viewer fixs more exceptions.
Some time ago I upgraded dnn 4.9.0 to dnn 4.9.3 ,
ActiveDirectory_01.00.05 to ActiveDirectory_01.00.06 (beta) => ActiveDirectory_01.00.06 (release) now.
Site uses Active Directory Login (DNN Login - disabled)
Active Directory Settings:
Enabled? : check
Hide Login Controls? : uncheck
Synchronize Role? : uncheck
Do Not Automatically Create Users? : uncheck
Provider : ADSIAuthenticationProvider
Authentication Type : Delegation
Root Domain: DC=STIKONET,DC=OD,DC=UA
User Name: STIKONET/AD_Provider
Email Domain: @stikonet.od.ua
Default Domain: STIKONET
Auto-login IP Address (Optional): 192.168.1.2
*********
web.config
...
<httpModules>
<!-- add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" / -->
<add name="Compression" type="DotNetNuke.HttpModules.Compression.CompressionModule, DotNetNuke.HttpModules" />
<add name="RequestFilter" type="DotNetNuke.HttpModules.RequestFilter.RequestFilterModule, DotNetNuke.HttpModules" />
<add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules" />
<add name="Exception" type="DotNetNuke.HttpModules.Exceptions.ExceptionModule, DotNetNuke.HttpModules" />
<add name="UsersOnline" type="DotNetNuke.HttpModules.UsersOnline.UsersOnlineModule, DotNetNuke.HttpModules" />
<add name="DNNMembership" type="DotNetNuke.HttpModules.Membership.MembershipModule, DotNetNuke.HttpModules" />
<add name="Personalization" type="DotNetNuke.HttpModules.Personalization.PersonalizationModule, DotNetNuke.HttpModules" />
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<add name="Authentication" type="DotNetNuke.Authentication.ActiveDirectory.HttpModules.AuthenticationModule, DotNetNuke.Authentication.ActiveDirectory" />
</httpModules>
...
<authentication mode="forms">
...
Thanks,
Kirill.