Yes I do have that info in the membership provider.
Here's a little bit more detail.
I can access the site, (anonymously of course).
I click log in and am presented with the sites log in page, where I type the username of a member in AD, and the password as well as the verification code.
This is the full error.
Server Error in '/ASPPlayground' Application.
--------------------------------------------------------------------------------
General access denied error
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.UnauthorizedAccessException: General access denied error
ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.
To grant ASP.NET access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.
Source Error:
Line 54: If Authentication.EnableMemberhipIntegration Then
Line 55: Dim mu As MembershipUser = Membership.GetUser(loginUsername)
Line 56: If mu IsNot Nothing Then mu.UnlockUser()
Line 57: End If
Line 58:
Source File: C:\Inetpub\wwwroot\Forum\ASPPlayground\App_Templates\Classic\UC\Login.ascx.vb Line: 56
Stack Trace:
[UnauthorizedAccessException: General access denied error
]
System.DirectoryServices.Interop.IAds.SetInfo() +0
System.DirectoryServices.DirectoryEntry.CommitChanges() +158
System.Web.Security.ActiveDirectoryMembershipProvider.UnlockUser(String username) +590
System.Web.Security.MembershipUser.UnlockUser() +85
App_Templates_Classic_UC_Login.handleAuthentication(String loginUsername, String loginPassword) in C:\Inetpub\wwwroot\Forum\ASPPlayground\App_Templates\Classic\UC\Login.ascx.vb:56
App_Templates_Classic_UC_Login.Login1_Authenticate(Object sender, AuthenticateEventArgs e) in C:\Inetpub\wwwroot\Forum\ASPPlayground\App_Templates\Classic\UC\Login.ascx.vb:34
System.Web.UI.WebControls.Login.OnAuthenticate(AuthenticateEventArgs e) +108
System.Web.UI.WebControls.Login.AttemptLogin() +115
System.Web.UI.WebControls.Login.OnBubbleEvent(Object source, EventArgs e) +101
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +37
System.Web.UI.WebControls.LinkButton.OnCommand(CommandEventArgs e) +118
System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +135
System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +175
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565