Server Error in '/' Application.

The Role Manager feature has not been enabled.

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.Configuration.Provider.ProviderException: The Role Manager feature has not been enabled.

Source Error:


Line 5:  	Sub Application_Start(ByVal sender As [Object], ByVal e As EventArgs)
Line 6:  		AddHandler SiteMap.SiteMapResolve, AddressOf Me.AppendQueryString
Line 7:  		If (Roles.RoleExists("Administrators") = False) Then
Line 8:  			Roles.CreateRole("Administrators")
Line 9:  		End If

Source File: G:\PleskVhosts\laurietollifson-hostroot.com\httpdocs\dornburg\global.asax    Line: 7

Stack Trace:


[ProviderException: The Role Manager feature has not been enabled.]
   System.Web.Security.Roles.EnsureEnabled() +1883138
   System.Web.Security.Roles.RoleExists(String roleName) +11
   ASP.global_asax.Application_Start(Object sender, EventArgs e) in G:\PleskVhosts\laurietollifson-hostroot.com\httpdocs\dornburg\global.asax:7

[HttpException (0x80004005): The Role Manager feature has not been enabled.]
   System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +2767474
   System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +128
   System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +188
   System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +295
   System.Web.HttpApplicationFactory.GetPipelineApplicationInstance(IntPtr appContext, HttpContext context) +56
   System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +231

[HttpException (0x80004005): The Role Manager feature has not been enabled.]
   System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +9009107
   System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +85
   System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +333


Version Information: Microsoft .NET Framework Version:2.0.50727.9061; ASP.NET Version:2.0.50727.9062