I'm getting the following error when I trying to run my site via IIS:
Could not find configuration node: settings/setting[@name='MediaFolder']/@value
I'm using version 6.5 of Sitecore. When I search for MediaFolder in my project I find the following:
SitecoreSettings.config
<setting name="MediaFolder" value="$(mediaFolder)" />
Web.config:
<sc.variable name="mediaFolder" value="/upload" />
Unfortunately I'm not really familiar with Sitecore so I'm not really sure where to start looking. Perhaps I'm missing a file?