Access to the path 'XXXXX.Png' is denied.

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
relish27
Ensign (ENS)
Ensign (ENS)
Posts: 16
Joined: Mon Jun 02, 2008 2:50 pm

Access to the path 'XXXXX.Png' is denied.

Post by relish27 » Fri Apr 20, 2012 1:52 pm

My client has reported running into an error when they log in (I had turned off the 500 redirect to help determine why they were having login issues). This is the error [Line 70 is in red]:
Access to the path '15a29801-26b0-423a-ae10-6bbd61481d1c.Png' is denied.

Exception Details: System.UnauthorizedAccessException: Access to the path '15a29801-26b0-423a-ae10-6bbd61481d1c.Png' is denied.

Source Error:

Line 68: if (columnHeight > 8) chart.MaxColumnWidth = columnHeight;
Line 69: //BIND THE CHART
Line 70: SalesChart.RedrawChart();
Line 71: //BIND THE DATA GRID
Line 72: SalesGrid.DataSource = productSales;

Source File: e:\Websites\ourstore.com\store\Admin\Dashboard\PopularProducts.ascx.cs Line: 70
I haven't been able to find anything about this in the forums. Any ideas what could be causing this?

Thanks.

User avatar
david-ebt
Captain (CAPT)
Captain (CAPT)
Posts: 253
Joined: Fri Dec 31, 2010 10:12 am

Re: Access to the path 'XXXXX.Png' is denied.

Post by david-ebt » Fri Apr 20, 2012 2:20 pm

Check to see if the web server user IIS_IUSRS has permissions to write to the webcharts folder.

Take a look at this help post. There's a link to a script that will check your permissions.

http://help.ablecommerce.com/installati ... erce_7.htm
David
http://www.ecombuildertoday.com
Enhanced Reporting for AbleCommerce
Image

Post Reply