Hi all,
I'm experiencing a problem when I load my DotNetNuke site initially. On accessing the home page www.edendorkgac.com/dotnetnuke/default.aspx for the first time, I am presented with a server error. However, when I refresh the page, the site appears and I am able to log in. It would seem that there is something amiss with the authentication settings for the site. When I go to the Admin > Authentication page, I receive the following error message:
The default authentication provider specified in web.config is not configured properly. Authentication settings are disabled.
Can anyone help?
Settings:
DotNetNuke: Version 3.3.7
Host Site: Write Permissions Enabled
ASP.net Version: 1.1
Web.config settings:
<section name="authentication" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" />
<!-- add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" / -->
This has been commented out but when I un-comment it, I am unable to log into the site.
<!-- Forms or Windows authentication -->
<authentication mode="Forms">
<forms name=".DOTNETNUKE" protection="All" timeout="60" />
</authentication>
<authentication defaultProvider="ADSIAuthenticationProvider">
<providers>
<clear />
<add name="ADSIAuthenticationProvider"
type="DotNetNuke.Security.Authentication.ADSIProvider, DotNetNuke.Authentication.ADSIProvider"
providerPath="~\Providers\AuthenticationProviders\ADSIProvider\" />
</providers>
</authentication>
Thanks,
Sean