Server Error in '/' Application.

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
up4able
Ensign (ENS)
Ensign (ENS)
Posts: 1
Joined: Sun Nov 23, 2008 2:55 pm

Server Error in '/' Application.

Post by up4able » Sun Nov 23, 2008 3:58 pm

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?

User avatar
compunerdy
Admiral (ADM)
Admiral (ADM)
Posts: 1283
Joined: Sun Nov 18, 2007 3:55 pm

Re: Server Error in '/' Application.

Post by compunerdy » Sun Nov 23, 2008 4:52 pm

Try deleting the files in your webcharts directory

CraigH
Commander (CMDR)
Commander (CMDR)
Posts: 127
Joined: Thu Jan 22, 2004 2:22 pm

Re: Server Error in '/' Application.

Post by CraigH » Tue Apr 14, 2009 3:43 pm

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?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Server Error in '/' Application.

Post by mazhar » Wed Apr 15, 2009 9:32 am

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

CraigH
Commander (CMDR)
Commander (CMDR)
Posts: 127
Joined: Thu Jan 22, 2004 2:22 pm

Re: Server Error in '/' Application.

Post by CraigH » Wed Apr 15, 2009 9:46 am

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.

Post Reply