Does this normally happen when u open trix doing mant?
when i opened it this appeared, never seen it before...
Spoiler!
Server Error in '/' Application.
--------------------------------------------------------------------------------
Access to the path 'c:\TricksterWebAll\log\weblog\applog\ex_20130109. log' is denied.
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.UnauthorizedAccessException: Access to the path 'c:\TricksterWebAll\log\weblog\applog\ex_20130109. log' is denied.
ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6 and IIS 7, and the configured application pool identity on IIS 7.5) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.
To grant ASP.NET access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.
Source Error:
Line 19: catch (Exception ex)
Line 20: {
Line 21: throw ex;
Line 22: }
Line 23: finally
[UnauthorizedAccessException: Access to the path 'c:\TricksterWebAll\log\weblog\applog\ex_20130109. log' is denied.]
LogHelper.Write(String logMessage) in c:\TricksterWebAll\WebRoot\Splash\App_Code\LogHelp er.cs:21
LogHelper.Write(LogInfo log) in c:\TricksterWebAll\WebRoot\Splash\App_Code\LogHelp er.cs:43
DAL.GetMyShopNewItems(String categoryNum) in c:\TricksterWebAll\WebRoot\Splash\App_Code\DAL.cs: 3255
Game_nLauncher.Page_Load(Object sender, EventArgs e) in c:\TricksterWebAll\WebRoot\Splash\Game\Launcher.as px.cs:44
System.Web.Util.CalliHelper.EventArgFunctionCaller (IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Cal lback(Object sender, EventArgs e) +35
System.Web.UI.Control.OnLoad(EventArgs e) +91
System.Web.UI.Control.LoadRecursive() +74
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
__________________
What do you seek in life Is it worth living to achieve
Last edited by YoGaMbIt; 01-09-2013 at 11:20 PM.
Get rid of this ad by registering for our community.
when i opened it this appeared, never seen it before...
Spoiler!
Server Error in '/' Application.
--------------------------------------------------------------------------------
Access to the path 'c:\TricksterWebAll\log\weblog\applog\ex_20130109. log' is denied.
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.UnauthorizedAccessException: Access to the path 'c:\TricksterWebAll\log\weblog\applog\ex_20130109. log' is denied.
ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6 and IIS 7, and the configured application pool identity on IIS 7.5) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.
To grant ASP.NET access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.
Source Error:
Line 19: catch (Exception ex)
Line 20: {
Line 21: throw ex;
Line 22: }
Line 23: finally
[UnauthorizedAccessException: Access to the path 'c:\TricksterWebAll\log\weblog\applog\ex_20130109. log' is denied.]
LogHelper.Write(String logMessage) in c:\TricksterWebAll\WebRoot\Splash\App_Code\LogHelp er.cs:21
LogHelper.Write(LogInfo log) in c:\TricksterWebAll\WebRoot\Splash\App_Code\LogHelp er.cs:43
DAL.GetMyShopNewItems(String categoryNum) in c:\TricksterWebAll\WebRoot\Splash\App_Code\DAL.cs: 3255
Game_nLauncher.Page_Load(Object sender, EventArgs e) in c:\TricksterWebAll\WebRoot\Splash\Game\Launcher.as px.cs:44
System.Web.Util.CalliHelper.EventArgFunctionCaller (IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Cal lback(Object sender, EventArgs e) +35
System.Web.UI.Control.OnLoad(EventArgs e) +91
System.Web.UI.Control.LoadRecursive() +74
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
Hi Yoga,
What you are getting there is simply an intermediate patch glitch. In the past 24 hours MS released their monthly patch collection of which .Net is always a big chunky.
Seems to me that you are getting a conflict between the TO patch client (incorporating GG) and MS Win update. GG sadly pretends it's the King of monitoring so it locks itself into anything net/OS based, thus .Net is a big watchy for it.
Best bet is to reboot your system, DONT load TO but instead patch your OS (or finish auto patching). Once that's done reboot again then load up TO.