- Timout error raised on first connection to the website...... from the Main server
- Web service does not communicate with SMTP mail serevr..... Stack error messages are not being sent.
- Permission error still exists on subfolders of App_theme and Images .....
Server Error in '/' Application.
--------------------------------------------------------------------------------
Access to the path 'C:\AcrEStore_3.1\Web\Images\dsc\Dynamic\bar___10_37__#F0F0F0___#C5C5C5__True_20_Arial_10_1_.jpg' 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:\AcrEStore_3.1\Web\Images\dsc\Dynamic\bar___10_37__#F0F0F0___#C5C5C5__True_20_Arial_10_1_.jpg' 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) 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 30: ConfigurationController.SiteConfigurationController.SaveSection(UIConfigurationSection.SectionName, section);
Line 31: tlbStatus.ShowText((string)HttpContext.GetGlobalResourceObject("Common", "Saved"));
Line 32: CoreHelper.CleanUpThemeFiles();
Line 33: }
Line 34: }
Source File: C:\AcrEStore_3.1\Web\Admin\Site\Colors.aspx.cs Line: 32
Stack Trace:
[UnauthorizedAccessException: Access to the path 'C:\AcrEStore_3.1\Web\Images\dsc\Dynamic\bar___10_37__#F0F0F0___#C5C5C5__True_20_Arial_10_1_.jpg' is denied.]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +7714255
System.IO.File.Delete(String path) +7574888
DotShoppingCart.Commercial.Core.CoreHelper.CleanUpThemeFiles() +206
Admin_Site_Colors.btnSave_Click(Object sender, EventArgs e) in C:\AcrEStore_3.1\Web\Admin\Site\Colors.aspx.cs:32
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +110
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565