FolderGalleryCache Access Denied

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
4/6/2009 12:00:31 PM
Gravatar
Total Posts 220

FolderGalleryCache Access Denied

Hi Joe,

when I try to put the Image Gallery Modul on a page and give it the path for the FolderGalleryRootFolder ~/Data/Sites/1/FolderGalleries/ I get an System.UnauthorizedAccessException: access on the path "C:\inetpub\vhosts\nett.info\httpdocs\Data\systemfiles\FolderGalleryCache" was denied.

I can not see a folder ~\Data\systemfiles\FolderGalleryCache

Matthias

4/6/2009 12:14:53 PM
Gravatar
Total Posts 18439

Re: FolderGalleryCache Access Denied

Hi Matthias,

Look for this in Web.config:

<add key="FolderGalleryCachePath" value="/Data/systemfiles" />

and change it to this:

<add key="FolderGalleryCachePath" value="~/Data/systemfiles" />

Hope it helps,

Joe 

4/7/2009 1:09:50 PM
Gravatar
Total Posts 220

Re: FolderGalleryCache Access Denied

It helped

Thank you

You must sign in to post in the forums. This thread is closed to new posts.