Davin,
Sorry it has taken so long to get back to this. I have been out on vacation. I added the record as you reommended, but now I cannot manage users at all in the system. when I attempt to change someone's information I get the following error via the logging system. It is still not creating the login account for users who are first visiting the site either. Any help is appreciated.
2007-08-24 09:59:07,969 [12] ERROR BugNET.Global [(null)] - Application Error
System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.IO.FileNotFoundException: Could not load file or assembly 'App_Web_5d1tstiq, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
File name: 'App_Web_5d1tstiq, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
at ASP.administration_users_usercontrols_manageusers_ascx.__BuildControlpnlUserDetails()
at ASP.administration_users_usercontrols_manageusers_ascx.__BuildControlTree(administration_users_usercontrols_manageusers_ascx __ctrl)
at ASP.administration_users_usercontrols_manageusers_ascx.FrameworkInitialize()
at System.Web.UI.UserControl.InitializeAsUserControlInternal()
at System.Web.UI.UserControl.InitializeAsUserControl(Page page)
at ASP.administration_users_userdetail_aspx.__BuildControlManageUsers1()
at ASP.administration_users_userdetail_aspx.__BuildControlContent1(Control __ctrl)
at System.Web.UI.CompiledTemplateBuilder.InstantiateIn(Control container)
at ASP.fullwidth_master.__BuildControlContent()
at ASP.fullwidth_master.__BuildControlform1()
at ASP.fullwidth_master.__BuildControlTree(fullwidth_master __ctrl)
at ASP.fullwidth_master.FrameworkInitialize()
at System.Web.UI.UserControl.InitializeAsUserControlInternal()
at System.Web.UI.MasterPage.CreateMaster(TemplateControl owner, HttpContext context, VirtualPath masterPageFile, IDictionary contentTemplateCollection)
at System.Web.UI.Page.get_Master()
at System.Web.UI.Page.ApplyMasterPage()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
--- End of inner exception stack trace ---
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.administration_users_userdetail_aspx.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)