I'm getting the following message, does anyone have any experience with this, I feel that it is some permission error or something to deal with UAC. I get this error when I try to log on to my IIS application with a non-administrator user account. However, if I log on with an administrative account, I don't get the message, and for about 15 minutes afterwards, a regular user can log on without getting the error. Then after about 15 minutes, a regular user will start back getting the error. Thanks in advance!
-<System.UnauthorizedAccessException>
<DateTime>2012-12-16T22:57:54</DateTime>
<Url>https://website.com/web/Handlers/Config.ashx</Url>
<Message>Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))</Message>
-<StackTrace> <Frame>at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)</Frame>
<Frame>at Microsoft.Win32.Fusion.ReadCache(ArrayList alAssems, String name, UInt32 nFlag)</Frame>
<Frame>at System.Reflection.Assembly.EnumerateCache(AssemblyName partialName)</Frame>
<Frame>at System.Reflection.Assembly.LoadWithPartialNameInternal(String partialName, Evidence securityEvidence, StackCrawlMark& stackMark)</Frame>
<Frame>at System.Reflection.Assembly.LoadWithPartialName(String partialName, Evidence securityEvidence)</Frame>
<Frame>at System.Xml.Serialization.TempAssembly.LoadGeneratedAssembly(Type type, String defaultNamespace, XmlSerializerImplementation& contract)</Frame>
<Frame>at System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace)</Frame>
<Frame>at HttpCommander.PropertyManager..ctor(String dataFilePath)</Frame>
<Frame>at HttpCommander.Utils.get_PropertiesManager()</Frame>
<Frame>at HttpCommander.Config.ProcessRequest(HttpContext context)</Frame>
</StackTrace>
</System.UnauthorizedAccessException> </Exceptions>