Hi,
I've got a XML file(s) which I have to use in sharepoint WebPart as external data source (through webservice). It must be used in multiple frontend farm. I don't know where should I store that file in this enviroment and have access to it from WebPart? Is it any good practice how to use it in farm such files?
I wouldn't like to store it in each WFE, f.ex. "/_layouts/test/file.xml" but maybe its the only solution?
Thanx for any help.