Page 1 of 1

Server Error in '/' Application.

Posted: Sun Nov 23, 2008 3:58 pm
by up4able
Hello
Just started messing with an install that was done by a coworker who is no longer with the company. Was logged in as the administrator I believe. Made several attempts to change the logo unsuccessfully and went out into the store to see if it changed there and tried to get back into the admin area and received this error:

Server Error in '/' Application.
--------------------------------------------------------------------------------

Access to the path '000e6a4e-f112-45ff-92bb-906eb35ea5b4.Png' is denied.

It seemed to have been working OK up until this point. Any ideas?

Re: Server Error in '/' Application.

Posted: Sun Nov 23, 2008 4:52 pm
by compunerdy
Try deleting the files in your webcharts directory

Re: Server Error in '/' Application.

Posted: Tue Apr 14, 2009 3:43 pm
by CraigH
I just ran into this issue also. What would cause this? My guess is the ASP.NET process doesn't have delete permissions? Is this the cause?

Re: Server Error in '/' Application.

Posted: Wed Apr 15, 2009 9:32 am
by mazhar
The graphs shown on the merchant dashboard are rendered to JPG and then displayed. The application writes them to file in this directory as part of a caching scheme. Delete access is also needed so we can clean up the images when the cached copies expire

Read following help topic about permission requirements
http://help.ablecommerce.com/installati ... erce_7.htm

Re: Server Error in '/' Application.

Posted: Wed Apr 15, 2009 9:46 am
by CraigH
After further checking, I did verify that I only had write permissions enabled for webcharts. Changing to full permissions for asp.net allows it to work correctly.