asp.net - Sitecore Application access denied -


we've taken on site based in sitecore , windows event log showing exceptions occurring whenever logged admin.

anybody know how fix this? looks missing permission can't work out i'd need fix it.

exception information:      exception type: accessdeniedexception      exception message: application access denied.    @ sitecore.diagnostics.assert.hasaccess(boolean accessallowed, string message)    @ sitecore.diagnostics.assert.canrunapplication(string application)    @ sitecore.shell.applications.analytics.trackingfield.trackingfielddetailspage.onload(eventargs e)    @ system.web.ui.control.loadrecursive()    @ system.web.ui.control.loadrecursive()    @ system.web.ui.page.processrequestmain(boolean includestagesbeforeasyncpoint, boolean includestagesafterasyncpoint)    request information:      request url: http://www.sitename.com/sitecore/shell/~/xaml/sitecore.shell.applications.analytics.trackingfielddetails.aspx?db=master&id={31d7150f-352b-4800-8fdf-c90cdad17d67}&la=en&vs=7&di=1&fld={b0a67b2a-8b07-4e0b-8809-69f751709806}&scdisabled=true      request path: /sitecore/shell/~/xaml/sitecore.shell.applications.analytics.trackingfielddetails.aspx      user host address: 195.138.205.241      user: sitecore\username      authenticated: true      authentication type:       thread account name: nt authority\network service   thread information:      thread id: 136      thread account name: nt authority\network service      impersonating: false      stack trace:    @ sitecore.diagnostics.assert.hasaccess(boolean accessallowed, string message)    @ sitecore.diagnostics.assert.canrunapplication(string application)    @ sitecore.shell.applications.analytics.trackingfield.trackingfielddetailspage.onload(eventargs e)    @ system.web.ui.control.loadrecursive()    @ system.web.ui.control.loadrecursive()    @ system.web.ui.page.processrequestmain(boolean includestagesbeforeasyncpoint, boolean includestagesafterasyncpoint) 

it might due of recent configuration changes. iis reset or restart machine. should work.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -