MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

active directory intregation configuration   (Mono Support )

Viewed 117852 time(s), 24 post(s) 1/2/2014 11:17:13 AMby neeraj
denis

denis

1/5/2014 10:57:00 PM
Hi,
It is quite difficult to pinpoint the cause of your problems, but it is most probably the security-related issue. The first error you were getting was "Logon failure: unknown user name or bad password", and now it is "While trying to retrieve the authorization groups, an error (5) occurred", as something obviously changed. Acording to these resources - http://stackoverflow.com/questions/5814561/while-trying-to-retrieve-the-authorization-groups-an-error-5-occurred and http://stackoverflow.com/questions/3405646/error-with-userprincipal-getauthorizationgroups-method - the membership in the Windows Authorization Access Group may be required. You will have to try it in your environment, as the same providers work in dozens of production environments without any problems.
This content has not been rated yet. 
7207 Reputation 956 Total posts
neeraj

neeraj

1/6/2014 4:49:53 AM
 
Server Error in '/MonoX' Application.


Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: User objects cannot be created in the specified container.

Source Error:





Line 434: <providers>
Line 435:
Line 436: <add name="ActiveDirectoryMembershipProvider" type="MonoSoftware.MonoX.ActiveDirectoryMembershipProvider"
Line 437: connectionStringName="ADConnectionString" attributeMapUsername="sAMAccountName" applicationName="MonoX"
Line 438: connectionUsername="neeraj.admin@leightonint.internal" connectionPassword="Ganesha@mont27" />
Source File: C:\inetpub\wwwroot\MonoX\web.config Line: 436
This content has not been rated yet. 
110 Reputation 17 Total posts
neeraj

neeraj

1/6/2014 9:16:13 AM
Hi denis,

is there any extra dll required for active directory  intregation
This content has not been rated yet. 
110 Reputation 17 Total posts
neeraj

neeraj

1/6/2014 10:08:16 AM
Hi Denis,
Good day

After Configuring Active directory as per your instruction.
After rstarting the application getting error:
-------------------------------------------Error-------------------------------------------------------------------
 
Server Error in '/MymonoX' Application.


Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed.

Details: To enable the details of this specific error message to be viewable on the local server machine, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "RemoteOnly". To enable the details to be viewable on remote machines, please set "mode" to "Off".





<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.





<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="On" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>






This content has not been rated yet. 
110 Reputation 17 Total posts
khorvat

khorvat

1/6/2014 10:14:40 AM
Can you please turn off custom errors so we can see exact exception ?

Thanks
This content has not been rated yet. 
15993 Reputation 2214 Total posts
neeraj

neeraj

1/6/2014 10:14:52 AM
Event Viewer error:

Log Name:      Application
Source:        ASP.NET 4.0.30319.0
Date:          06-01-2014 15:35:18
Event ID:      1310
Task Category: Web Event
Level:         Warning
Keywords:      Classic
User:          N/A
Computer:      INBOMA1TDE01.leightonint.internal
Description:
Event code: 3008
Event message: A configuration error has occurred.
Event time: 06-01-2014 15:35:17
Event time (UTC): 06-01-2014 10:05:17
Event ID: fab929da06934fc98c3f7a8f2fe2a876
Event sequence: 2
Event occurrence: 1
Event detail code: 0
 
Application information:
    Application domain: /LM/W3SVC/20/ROOT/MymonoX-1-130334763143780795
    Trust level: Full
    Application Virtual Path: /MymonoX
    Application Path: C:\inetpub\wwwroot\MymonoX\
    Machine name: INBOMA1TDE01
 
Process information:
    Process ID: 8912
    Process name: w3wp.exe
    Account name: NT AUTHORITY\NETWORK SERVICE
 
Exception information:
    Exception type: ConfigurationErrorsException
    Exception message: The entry 'AspNetSqlRoleProvider' has already been added. (C:\inetpub\wwwroot\MymonoX\web.config line 452)
   at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult)
   at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject)
   at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
   at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)
   at System.Web.Configuration.RuntimeConfig.GetSectionObject(String sectionName)
   at System.Web.Configuration.RuntimeConfig.GetSection(String sectionName, Type type, ResultsIndex index)
   at System.Web.Configuration.RuntimeConfig.get_RoleManager()
   at System.Web.Security.Roles.get_Enabled()
   at System.Web.Security.RoleManagerModule.Init(HttpApplication app)
   at System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers)
   at System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context)
   at System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context)
   at System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext)
 
 
Request information:
    Request URL: http://10.82.128.58:2808/MymonoX/
    Request path: /MymonoX/
    User host address: 10.82.128.58
    User: 
    Is authenticated: False
    Authentication Type: 
    Thread account name: NT AUTHORITY\NETWORK SERVICE
 
Thread information:
    Thread ID: 5
    Thread account name: NT AUTHORITY\NETWORK SERVICE
    Is impersonating: False
    Stack trace:    at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult)
   at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject)
   at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
   at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)
   at System.Web.Configuration.RuntimeConfig.GetSectionObject(String sectionName)
   at System.Web.Configuration.RuntimeConfig.GetSection(String sectionName, Type type, ResultsIndex index)
   at System.Web.Configuration.RuntimeConfig.get_RoleManager()
   at System.Web.Security.Roles.get_Enabled()
   at System.Web.Security.RoleManagerModule.Init(HttpApplication app)
   at System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers)
   at System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context)
   at System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context)
   at System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext)
 
 
Custom event details:
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="ASP.NET 4.0.30319.0" />
    <EventID Qualifiers="32768">1310</EventID>
    <Level>3</Level>
    <Task>3</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2014-01-06T10:05:18.000Z" />
    <EventRecordID>169028</EventRecordID>
    <Channel>Application</Channel>
    <Computer>INBOMA1TDE01.leightonint.internal</Computer>
    <Security />
  </System>
  <EventData>
    <Data>3008</Data>
    <Data>A configuration error has occurred.</Data>
    <Data>06-01-2014 15:35:17</Data>
    <Data>06-01-2014 10:05:17</Data>
    <Data>fab929da06934fc98c3f7a8f2fe2a876</Data>
    <Data>2</Data>
    <Data>1</Data>
    <Data>0</Data>
    <Data>/LM/W3SVC/20/ROOT/MymonoX-1-130334763143780795</Data>
    <Data>Full</Data>
    <Data>/MymonoX</Data>
    <Data>C:\inetpub\wwwroot\MymonoX\</Data>
    <Data>INBOMA1TDE01</Data>
    <Data>
    </Data>
    <Data>8912</Data>
    <Data>w3wp.exe</Data>
    <Data>NT AUTHORITY\NETWORK SERVICE</Data>
    <Data>ConfigurationErrorsException</Data>
    <Data>The entry 'AspNetSqlRoleProvider' has already been added. (C:\inetpub\wwwroot\MymonoX\web.config line 452)
   at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult)
   at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object&amp; result, Object&amp; resultRuntimeObject)
   at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object&amp; result, Object&amp; resultRuntimeObject)
   at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)
   at System.Web.Configuration.RuntimeConfig.GetSectionObject(String sectionName)
   at System.Web.Configuration.RuntimeConfig.GetSection(String sectionName, Type type, ResultsIndex index)
   at System.Web.Configuration.RuntimeConfig.get_RoleManager()
   at System.Web.Security.Roles.get_Enabled()
   at System.Web.Security.RoleManagerModule.Init(HttpApplication app)
   at System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers)
   at System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context)
   at System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context)
   at System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext)
</Data>
    <Data>http://10.82.128.58:2808/MymonoX/</Data>
    <Data>/MymonoX/</Data>
    <Data>10.82.128.58</Data>
    <Data>
    </Data>
    <Data>False</Data>
    <Data>
    </Data>
    <Data>NT AUTHORITY\NETWORK SERVICE</Data>
    <Data>5</Data>
    <Data>NT AUTHORITY\NETWORK SERVICE</Data>
    <Data>False</Data>
    <Data>   at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult)
   at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object&amp; result, Object&amp; resultRuntimeObject)
   at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object&amp; result, Object&amp; resultRuntimeObject)
   at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)
   at System.Web.Configuration.RuntimeConfig.GetSectionObject(String sectionName)
   at System.Web.Configuration.RuntimeConfig.GetSection(String sectionName, Type type, ResultsIndex index)
   at System.Web.Configuration.RuntimeConfig.get_RoleManager()
   at System.Web.Security.Roles.get_Enabled()
   at System.Web.Security.RoleManagerModule.Init(HttpApplication app)
   at System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers)
   at System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context)
   at System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context)
   at System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext)
</Data>
  </EventData>
</Event>
This content has not been rated yet. 
110 Reputation 17 Total posts
neeraj

neeraj

1/6/2014 10:30:27 AM
ok
This content has not been rated yet. 
110 Reputation 17 Total posts
khorvat

khorvat

1/6/2014 10:31:54 AM
It seems that you have registered AspNetSqlRoleProvider twice, can you please check ?
This content has not been rated yet. 
15993 Reputation 2214 Total posts
neeraj

neeraj

1/6/2014 10:32:24 AM
but 

    <customErrors mode="On" defaultRedirect="/MonoX/Pages/MonoX/Error.aspx">

what should  change in the  in place in defaultRedirect="/MonoX/Pages/MonoX/Error.aspx
This content has not been rated yet. 
110 Reputation 17 Total posts
neeraj

neeraj

1/6/2014 10:42:32 AM
Log Name:      Application
Source:        ASP.NET 4.0.30319.0
Date:          06-01-2014 16:10:47
Event ID:      1309
Task Category: Web Event
Level:         Warning
Keywords:      Classic
User:          N/A
Computer:      INBOMA1TDE01.leightonint.internal
Description:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 1/6/2014 4:10:47 PM
Event time (UTC): 1/6/2014 10:40:47 AM
Event ID: 91080f9289654f738f5c5fbef7799815
Event sequence: 149
Event occurrence: 2
Event detail code: 0
 
Application information:
    Application domain: /LM/W3SVC/20/ROOT/MymonoX-9-130334781064942732
    Trust level: Full
    Application Virtual Path: /MymonoX
    Application Path: C:\inetpub\wwwroot\MymonoX\
    Machine name: INBOMA1TDE01
 
Process information:
    Process ID: 8912
    Process name: w3wp.exe
    Account name: NT AUTHORITY\NETWORK SERVICE
 
Exception information:
    Exception type: ProviderException
    Exception message: Unable to query Active Directory.
   at MonoSoftware.MonoX.ActiveDirectoryRoleProvider.GetRolesForUser(String username)
   at System.Web.Security.RolePrincipal.IsInRole(String role)
   at System.Web.Configuration.AuthorizationRule.IsTheUserInAnyRole(StringCollection roles, IPrincipal principal)
   at System.Web.Configuration.AuthorizationRule.IsUserAllowed(IPrincipal user, String verb)
   at System.Web.Configuration.AuthorizationRuleCollection.IsUserAllowed(IPrincipal user, String verb)
   at System.Web.UI.WebControls.WebParts.PersonalizationProvider.DetermineUserCapabilities(WebPartManager webPartManager)
   at System.Web.UI.WebControls.WebParts.WebPartPersonalization.Load()
   at System.Web.UI.WebControls.WebParts.WebPartPersonalization.LoadInternal()
   at System.Web.UI.WebControls.WebParts.WebPartManager.OnInit(EventArgs e)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
While trying to retrieve the authorization groups, an error (5) occurred.
   at System.DirectoryServices.AccountManagement.AuthZSet..ctor(Byte[] userSid, NetCred credentials, ContextOptions contextOptions, String flatUserAuthority, StoreCtx userStoreCtx, Object userCtxBase)
   at System.DirectoryServices.AccountManagement.ADStoreCtx.GetGroupsMemberOfAZ(Principal p)
   at System.DirectoryServices.AccountManagement.UserPrincipal.GetAuthorizationGroupsHelper()
   at MonoSoftware.MonoX.ActiveDirectoryRoleProvider.GetRolesForUser(String username)
 
 
Request information:
    Request URL: http://inboma1tde01:2808/MymonoX/Default.aspx
    Request path: /MymonoX/Default.aspx
    User host address: 10.82.128.25
    User: neeraj.shukla
    Is authenticated: True
    Authentication Type: Forms
    Thread account name: NT AUTHORITY\NETWORK SERVICE
 
Thread information:
    Thread ID: 7
    Thread account name: NT AUTHORITY\NETWORK SERVICE
    Is impersonating: False
    Stack trace:    at MonoSoftware.MonoX.ActiveDirectoryRoleProvider.GetRolesForUser(String username)
   at System.Web.Security.RolePrincipal.IsInRole(String role)
   at System.Web.Configuration.AuthorizationRule.IsTheUserInAnyRole(StringCollection roles, IPrincipal principal)
   at System.Web.Configuration.AuthorizationRule.IsUserAllowed(IPrincipal user, String verb)
   at System.Web.Configuration.AuthorizationRuleCollection.IsUserAllowed(IPrincipal user, String verb)
   at System.Web.UI.WebControls.WebParts.PersonalizationProvider.DetermineUserCapabilities(WebPartManager webPartManager)
   at System.Web.UI.WebControls.WebParts.WebPartPersonalization.Load()
   at System.Web.UI.WebControls.WebParts.WebPartPersonalization.LoadInternal()
   at System.Web.UI.WebControls.WebParts.WebPartManager.OnInit(EventArgs e)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 
 
Custom event details:
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="ASP.NET 4.0.30319.0" />
    <EventID Qualifiers="32768">1309</EventID>
    <Level>3</Level>
    <Task>3</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2014-01-06T10:40:47.000Z" />
    <EventRecordID>169038</EventRecordID>
    <Channel>Application</Channel>
    <Computer>INBOMA1TDE01.leightonint.internal</Computer>
    <Security />
  </System>
  <EventData>
    <Data>3005</Data>
    <Data>An unhandled exception has occurred.</Data>
    <Data>1/6/2014 4:10:47 PM</Data>
    <Data>1/6/2014 10:40:47 AM</Data>
    <Data>91080f9289654f738f5c5fbef7799815</Data>
    <Data>149</Data>
    <Data>2</Data>
    <Data>0</Data>
    <Data>/LM/W3SVC/20/ROOT/MymonoX-9-130334781064942732</Data>
    <Data>Full</Data>
    <Data>/MymonoX</Data>
    <Data>C:\inetpub\wwwroot\MymonoX\</Data>
    <Data>INBOMA1TDE01</Data>
    <Data>
    </Data>
    <Data>8912</Data>
    <Data>w3wp.exe</Data>
    <Data>NT AUTHORITY\NETWORK SERVICE</Data>
    <Data>ProviderException</Data>
    <Data>Unable to query Active Directory.
   at MonoSoftware.MonoX.ActiveDirectoryRoleProvider.GetRolesForUser(String username)
   at System.Web.Security.RolePrincipal.IsInRole(String role)
   at System.Web.Configuration.AuthorizationRule.IsTheUserInAnyRole(StringCollection roles, IPrincipal principal)
   at System.Web.Configuration.AuthorizationRule.IsUserAllowed(IPrincipal user, String verb)
   at System.Web.Configuration.AuthorizationRuleCollection.IsUserAllowed(IPrincipal user, String verb)
   at System.Web.UI.WebControls.WebParts.PersonalizationProvider.DetermineUserCapabilities(WebPartManager webPartManager)
   at System.Web.UI.WebControls.WebParts.WebPartPersonalization.Load()
   at System.Web.UI.WebControls.WebParts.WebPartPersonalization.LoadInternal()
   at System.Web.UI.WebControls.WebParts.WebPartManager.OnInit(EventArgs e)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
While trying to retrieve the authorization groups, an error (5) occurred.
   at System.DirectoryServices.AccountManagement.AuthZSet..ctor(Byte[] userSid, NetCred credentials, ContextOptions contextOptions, String flatUserAuthority, StoreCtx userStoreCtx, Object userCtxBase)
   at System.DirectoryServices.AccountManagement.ADStoreCtx.GetGroupsMemberOfAZ(Principal p)
   at System.DirectoryServices.AccountManagement.UserPrincipal.GetAuthorizationGroupsHelper()
   at MonoSoftware.MonoX.ActiveDirectoryRoleProvider.GetRolesForUser(String username)
</Data>
    <Data>http://inboma1tde01:2808/MymonoX/Default.aspx</Data>
    <Data>/MymonoX/Default.aspx</Data>
    <Data>10.82.128.25</Data>
    <Data>neeraj.shukla</Data>
    <Data>True</Data>
    <Data>Forms</Data>
    <Data>NT AUTHORITY\NETWORK SERVICE</Data>
    <Data>7</Data>
    <Data>NT AUTHORITY\NETWORK SERVICE</Data>
    <Data>False</Data>
    <Data>   at MonoSoftware.MonoX.ActiveDirectoryRoleProvider.GetRolesForUser(String username)
   at System.Web.Security.RolePrincipal.IsInRole(String role)
   at System.Web.Configuration.AuthorizationRule.IsTheUserInAnyRole(StringCollection roles, IPrincipal principal)
   at System.Web.Configuration.AuthorizationRule.IsUserAllowed(IPrincipal user, String verb)
   at System.Web.Configuration.AuthorizationRuleCollection.IsUserAllowed(IPrincipal user, String verb)
   at System.Web.UI.WebControls.WebParts.PersonalizationProvider.DetermineUserCapabilities(WebPartManager webPartManager)
   at System.Web.UI.WebControls.WebParts.WebPartPersonalization.Load()
   at System.Web.UI.WebControls.WebParts.WebPartPersonalization.LoadInternal()
   at System.Web.UI.WebControls.WebParts.WebPartManager.OnInit(EventArgs e)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
</Data>
  </EventData>
</Event>
This content has not been rated yet. 
110 Reputation 17 Total posts
1 2 3