Looking in my error logs, I just noticed the following:
System.IO.FileNotFoundException: Could not find file '\\server.local\UmbracoProd\server.local\UmbracoProd\config\feedProxy.config'.
The correct path should be \\server.local\UmbracoProd\config\feedProxy.config, and the file does exist there, but I can't figure out where that file is referred to, and how to change the path.
Where do I configure the location of feedProxy.config?
I don't think there's anywhere to set this value. I have a feeling the code is tripping up becauase you're running the site from a UNC path and maybe this particular call doesn't handle that situation. Does it work fine if you're not on a UNC?
Where do you set the path to feedProxy.config?
Looking in my error logs, I just noticed the following:
System.IO.FileNotFoundException: Could not find file '\\server.local\UmbracoProd\server.local\UmbracoProd\config\feedProxy.config'.
The correct path should be \\server.local\UmbracoProd\config\feedProxy.config, and the file does exist there, but I can't figure out where that file is referred to, and how to change the path.
Where do I configure the location of feedProxy.config?
Hi,
I don't think there's anywhere to set this value. I have a feeling the code is tripping up becauase you're running the site from a UNC path and maybe this particular call doesn't handle that situation. Does it work fine if you're not on a UNC?
Might be worth raising a bug report on http://issues.umbraco.org
-Tom
is working on a reply...