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?
Server Error in '/' Application.
- compunerdy
- Admiral (ADM)
- Posts: 1283
- Joined: Sun Nov 18, 2007 3:55 pm
Re: Server Error in '/' Application.
Try deleting the files in your webcharts directory
Re: Server Error in '/' Application.
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.
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
Read following help topic about permission requirements
http://help.ablecommerce.com/installati ... erce_7.htm
Re: Server Error in '/' Application.
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.